pl.edu.pjwstk.yaod.sbql
Class SBQLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--pl.edu.pjwstk.yaod.sbql.SBQLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EvalException, LexerException, ParserException

public class SBQLException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 java.lang.String message
           
 
Constructor Summary
SBQLException(java.lang.String message)
           
 
Method Summary
 java.lang.String getExceptionName()
           
 java.lang.String getMessage()
           
 void setMessage(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

public java.lang.String message
Constructor Detail

SBQLException

public SBQLException(java.lang.String message)
Method Detail

getExceptionName

public java.lang.String getExceptionName()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

setMessage

public void setMessage(java.lang.String message)