com.werken.forehead
Class NoSuchClassLoaderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.werken.forehead.ForeheadException
              extended bycom.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.
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NoSuchClassLoaderException(java.lang.String name)
          Construct.
 
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
 

Field Detail

name

private java.lang.String name
Name of invalid class-loader.

Constructor Detail

NoSuchClassLoaderException

public NoSuchClassLoaderException(java.lang.String name)
Construct.

Parameters:
name - The name of the invalid ClassLoader.
Method Detail

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.

Returns:
The error message.