com.redspr.beanldom
Class LDOMException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.redspr.beanldom.LDOMException
All Implemented Interfaces:
Serializable

public class LDOMException
extends RuntimeException

Utility exception wraps original Throwable in a RuntimeException to allow system errors to be thrown unchecked.

Author:
Sam Hough
See Also:
Serialized Form

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

Constructor Detail

LDOMException

public LDOMException(String message)

LDOMException

public LDOMException(Throwable t)

LDOMException

public LDOMException(String message,
                     Throwable t)
Method Detail

fillInStackTrace

public Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter s)
Overrides:
printStackTrace in class Throwable