uk.co.badgersinfoil.metaas
Class SyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.co.badgersinfoil.metaas.SyntaxException
- All Implemented Interfaces:
- java.io.Serializable
public class SyntaxException
- extends java.lang.RuntimeException
Thrown when ActionScript code which is syntactically invalid is encountered.
The cause, if defined, may contain further details describing what
syntactic problem was encountered.
- See Also:
- Serialized Form
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. |
SyntaxException(java.lang.String msg,
java.lang.Exception e)
|
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 |
SyntaxException
public SyntaxException(java.lang.String msg)
- Constructs a new SyntaxException with the specified detail message.
SyntaxException
public SyntaxException(java.lang.Exception e)
- Constructs a new SyntaxException with the specified cause.
SyntaxException
public SyntaxException(java.lang.String msg,
java.lang.Exception e)
Copyright © 2006-2007 David Holroyd. All Rights Reserved.