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
LCDException
public LCDException(String message)
LCDException
public LCDException(String message,
Throwable 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