org.webdocwf.util.loader
Class LoaderException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.ClassNotFoundException
|
+--org.webdocwf.util.loader.LoaderException
- All Implemented Interfaces:
- java.io.Serializable
- public class LoaderException
- extends java.lang.ClassNotFoundException
- See Also:
- Serialized Form
Method Summary |
java.lang.Throwable |
getCause()
Gets the exception associated with this exception. |
java.lang.String |
getMessage()
|
void |
printStackTrace()
Prints this ChainedException and its backtrace, and the causes
and their stack traces to the standard error stream. |
void |
printStackTrace(java.io.PrintStream s)
Prints this LoaderException and its backtrace, and the causes
and their stack traces to the e specified print stream. |
void |
printStackTrace(java.io.PrintWriter s)
Prints this LoaderException and its backtrace, and the causes
and their stack traces to the specified print writer. |
Methods inherited from class java.lang.ClassNotFoundException |
getException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LoaderException
public LoaderException(java.lang.String msg)
LoaderException
public LoaderException(java.lang.String msg,
java.lang.Throwable cause)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getCause
public java.lang.Throwable getCause()
- Gets the exception associated with this exception.
- Overrides:
getCause
in class java.lang.ClassNotFoundException
- Returns:
- The exception or null if no cause is specified.
printStackTrace
public void printStackTrace()
- Prints this ChainedException and its backtrace, and the causes
and their stack traces to the standard error stream.
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Prints this LoaderException and its backtrace, and the causes
and their stack traces to the e specified print stream.
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Prints this LoaderException and its backtrace, and the causes
and their stack traces to the specified print writer.
- Overrides:
printStackTrace
in class java.lang.Throwable
Copyright © 2002-2003 Together - the Workgroup. All Rights Reserved.