org.oddjob.arooa.runtime
Class SubstitutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.oddjob.arooa.ArooaException
                  extended by org.oddjob.arooa.runtime.SubstitutionException
All Implemented Interfaces:
Serializable

public class SubstitutionException
extends ArooaException

See Also:
Serialized Form

Constructor Summary
SubstitutionException()
           
SubstitutionException(String message)
           
SubstitutionException(String message, Throwable t)
           
SubstitutionException(Throwable t)
           
 
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

SubstitutionException

public SubstitutionException()

SubstitutionException

public SubstitutionException(String message,
                             Throwable t)

SubstitutionException

public SubstitutionException(String message)

SubstitutionException

public SubstitutionException(Throwable t)