|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.co.badgersinfoil.metaas.SyntaxException
public class SyntaxException
Thrown when ActionScript code which is syntactically invalid is encountered. The cause, if defined, may contain further details describing what syntactic problem was encountered.
Constructor Summary | |
---|---|
SyntaxException(java.lang.Exception e)
Constructs a new SyntaxException with the specified cause. |
|
SyntaxException(java.lang.String msg)
Constructs a new SyntaxException with the specified detail message. |
Method Summary |
---|
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 |
---|
public SyntaxException(java.lang.String msg)
public SyntaxException(java.lang.Exception e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |