com.werken.forehead
Class NoSuchClassLoaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.werken.forehead.ForeheadException
com.werken.forehead.NoSuchClassLoaderException
- All Implemented Interfaces:
- java.io.Serializable
public class NoSuchClassLoaderException
- extends ForeheadException
Indicates an error referencing a non-existant ClassLoader
.
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
Field Summary |
private java.lang.String |
name
Name of invalid class-loader. |
Method Summary |
java.lang.String |
getMessage()
Retrieve the message. |
java.lang.String |
getName()
Retrieve the name of the invalid ClassLoader . |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
private java.lang.String name
- Name of invalid class-loader.
NoSuchClassLoaderException
public NoSuchClassLoaderException(java.lang.String name)
- Construct.
- Parameters:
name
- The name of the invalid ClassLoader
.
getName
public java.lang.String getName()
- Retrieve the name of the invalid
ClassLoader
.
- Returns:
- The name of the invalid
ClassLoader
.
getMessage
public java.lang.String getMessage()
- Retrieve the message.
- Overrides:
getMessage
in class java.lang.Throwable
- Returns:
- The error message.