com.werken.forehead
Class MalformedEntryDescriptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.werken.forehead.ForeheadException
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. |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
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 |
entryDescriptor
private java.lang.String entryDescriptor
- The malformed entry-point descriptor.
MalformedEntryDescriptorException
public MalformedEntryDescriptorException(java.lang.String entryDescriptor)
- Construct.
- Parameters:
entryDescriptor
- The malformed entry-point descriptor.
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.
- Returns:
- The error message.