org.umber.core
Class UmberException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.umber.core.UmberException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BallastException, BellowsException, CatalanException, CrucibleException, UmberClassException, UmberEmailException, UmberIOException

public class UmberException
extends java.lang.Exception

Base exception class for Umber tools API.

Author:
jsheets
See Also:
Serialized Form

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

Constructor Detail

UmberException

public UmberException(java.lang.String message)

UmberException

public UmberException(java.lang.String message,
                      java.lang.Throwable cause)
Method Detail

toString

public java.lang.String toString()