edu.emory.mathcs.util
Class ExpansionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.emory.mathcs.util.ExpansionException
All Implemented Interfaces:
java.io.Serializable

public final class ExpansionException
extends java.lang.Exception

Exception thrown from a macro expansion routine.

See Also:
Serialized Form

Constructor Summary
ExpansionException(java.lang.String message)
          Creates a new ExpansionException object.
ExpansionException(java.lang.String message, java.lang.Throwable t)
          Creates a new ExpansionException object.
 
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

ExpansionException

public ExpansionException(java.lang.String message)
Creates a new ExpansionException object.


ExpansionException

public ExpansionException(java.lang.String message,
                          java.lang.Throwable t)
Creates a new ExpansionException object.