org.yasl.arch.errors
Class YASLApplicationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.yasl.arch.errors.YASLApplicationException
All Implemented Interfaces:
Serializable

public class YASLApplicationException
extends Exception

Base exception for application architecture.

Author:
Jeff Chapman
See Also:
Serialized Form

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

YASLApplicationException

public YASLApplicationException(String message)

YASLApplicationException

public YASLApplicationException(Throwable cause)

YASLApplicationException

public YASLApplicationException(String message,
                                Throwable cause)