|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.fraid.interpreter.ParseException
org.fraid.graphics.utils.GraphicsUtilsException
public class GraphicsUtilsException
This is the exception which should be thrown by the classes in this package.
Field Summary |
---|
Fields inherited from class org.fraid.interpreter.ParseException |
---|
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage |
Constructor Summary | |
---|---|
GraphicsUtilsException(java.lang.String aMessage)
Creates a new GraphicsException instance. |
Method Summary |
---|
Methods inherited from class org.fraid.interpreter.ParseException |
---|
add_escapes, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
---|
public GraphicsUtilsException(java.lang.String aMessage)
GraphicsException
instance.
aMessage
- a String
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |