com.werken.forehead
Class MalformedEntryDescriptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.werken.forehead.ForeheadException
              extended by com.werken.forehead.MalformedEntryDescriptorException
All Implemented Interfaces:
java.io.Serializable

public class MalformedEntryDescriptorException
extends ForeheadException

Indicates that the entry-point descriptor was malformed.

Author:
bob mcwhirter
See Also:
Forehead.config(java.io.InputStream), Serialized Form

Field Summary
private  java.lang.String entryDescriptor
          The malformed entry-point descriptor.
 
Constructor Summary
MalformedEntryDescriptorException(java.lang.String entryDescriptor)
          Construct.
 
Method Summary
 java.lang.String getEntryDescriptor()
          Retrieve the malformed entry-point descriptor.
 java.lang.String getMessage()
          Retrieve the message.
 
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

entryDescriptor

private java.lang.String entryDescriptor
The malformed entry-point descriptor.

Constructor Detail

MalformedEntryDescriptorException

public MalformedEntryDescriptorException(java.lang.String entryDescriptor)
Construct.

Parameters:
entryDescriptor - The malformed entry-point descriptor.
Method Detail

getEntryDescriptor

public java.lang.String getEntryDescriptor()
Retrieve the malformed entry-point descriptor.

Returns:
The malformed entry-point descriptor.

getMessage

public java.lang.String getMessage()
Retrieve the message.

Overrides:
getMessage in class java.lang.Throwable
Returns:
The error message.