com.oktiva.mogno
Class SyntaxErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.oktiva.mogno.SyntaxErrorException
All Implemented Interfaces:
java.io.Serializable

public class SyntaxErrorException
extends java.lang.Exception

This is the exception throwed when a Syntax Error is found in some component.

See Also:
Serialized Form

Constructor Summary
SyntaxErrorException()
           
SyntaxErrorException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxErrorException

public SyntaxErrorException()

SyntaxErrorException

public SyntaxErrorException(java.lang.String message)