org.eclipse.tigerstripe
Class TigerstripeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.tigerstripe.TigerstripeException
All Implemented Interfaces:
java.io.Serializable

public class TigerstripeException
extends java.lang.Exception

Author:
Eric Dillon This is the base class for any Exception defined within the Tigerstripe(tm) framework.
See Also:
Serialized Form

Constructor Summary
TigerstripeException(java.lang.String message)
           
TigerstripeException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getException()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TigerstripeException

public TigerstripeException(java.lang.String message)

TigerstripeException

public TigerstripeException(java.lang.String message,
                            java.lang.Exception e)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getException

public java.lang.Exception getException()