uk.co.badgersinfoil.metaas
Class SyntaxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byuk.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.
 
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

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.