|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--pl.edu.pjwstk.yaod.yaql.SBQLException | +--pl.edu.pjwstk.yaod.yaql.visitors.EvalException | +--pl.edu.pjwstk.yaod.yaql.visitors.BreakException
The BreakException
class represents an exception which is
thrown during program evaluation, when break statement occurs.
BreakStatement
,
EvalException
, Serialized FormFields inherited from class pl.edu.pjwstk.yaod.yaql.SBQLException |
message |
Constructor Summary | |
BreakException()
Creates a new break exception. |
Method Summary | |
java.lang.String |
getExceptionName()
Returns the exception name. |
java.lang.String |
getFullMessage()
Returns the full exception message. |
Methods inherited from class pl.edu.pjwstk.yaod.yaql.SBQLException |
getMessage, setMessage |
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 |
Constructor Detail |
public BreakException()
Method Detail |
public java.lang.String getExceptionName()
getExceptionName
in class EvalException
public java.lang.String getFullMessage()
getFullMessage
in class EvalException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |