uk.co.badgersinfoil.metaas
Class SyntaxException

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

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.