net.scheinerman.phoenix.interpreter.exceptions
Class IllegalArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.scheinerman.phoenix.interpreter.exceptions.PhoenixRuntimeException
                  extended by net.scheinerman.phoenix.interpreter.exceptions.SyntaxException
                      extended by net.scheinerman.phoenix.interpreter.exceptions.IllegalArgumentException
All Implemented Interfaces:
java.io.Serializable

public class IllegalArgumentException
extends SyntaxException

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class net.scheinerman.phoenix.interpreter.exceptions.SyntaxException
briefMessage
 
Constructor Summary
IllegalArgumentException(java.lang.String briefMessage)
           
 
Method Summary
 java.lang.String getErrorType()
          This returns the error type for this exception which is always, "Syntax error".
 
Methods inherited from class net.scheinerman.phoenix.interpreter.exceptions.SyntaxException
getBriefMessage
 
Methods inherited from class net.scheinerman.phoenix.interpreter.exceptions.PhoenixRuntimeException
getLastLine, isLastLineSet, printErrorMessage, setLastLine, setLastLineSet
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

IllegalArgumentException

public IllegalArgumentException(java.lang.String briefMessage)
Method Detail

getErrorType

public java.lang.String getErrorType()
Description copied from class: SyntaxException
This returns the error type for this exception which is always, "Syntax error".

Overrides:
getErrorType in class SyntaxException
Returns:
"Syntax error"