hep.lcd.util.error
Class LCDException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--hep.lcd.util.error.LCDException
Direct Known Subclasses:
EventException, ZvException

public class LCDException
extends RuntimeException

See Also:
Serialized Form
Source Code:
LCDException.java

Constructor Summary
LCDException(String message)
           
LCDException(String message, Throwable detail)
           
 
Method Summary
 String getMessage()
          Produce the message, include the message from the nested exception if there is one.
 Throwable getNestedException()
           
 String getSimpleMessage()
          Return just the super classes message
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LCDException

public LCDException(String message)

LCDException

public LCDException(String message,
                    Throwable detail)
Method Detail

getNestedException

public Throwable getNestedException()

getMessage

public String getMessage()
Produce the message, include the message from the nested exception if there is one.
Overrides:
getMessage in class Throwable

getSimpleMessage

public String getSimpleMessage()
Return just the super classes message

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


The LCD Group