|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.werken.forehead.ForeheadException
com.werken.forehead.NoSuchEntryMethodException
Indicates an error locating the entry-point method.
| Field Summary | |
private java.lang.Class |
entryClass
The class lacking the entry-point method. |
private java.lang.String |
entryMethodDescriptor
A friendly description of the method not found. |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
NoSuchEntryMethodException(java.lang.Class entryClass,
java.lang.String entryMethodDescriptor)
Construct with a class and description of the method no found. |
|
| Method Summary | |
java.lang.Class |
getEntryClass()
Retrieve the entry-point class. |
java.lang.String |
getEntryMethodDescriptor()
Retrieve the entry-point method description. |
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 |
private java.lang.Class entryClass
private java.lang.String entryMethodDescriptor
| Constructor Detail |
public NoSuchEntryMethodException(java.lang.Class entryClass,
java.lang.String entryMethodDescriptor)
entryClass - The entry-point class.entryMethodDescriptor - Description of method not found
upon the entry-point class.| Method Detail |
public java.lang.Class getEntryClass()
public java.lang.String getEntryMethodDescriptor()
public java.lang.String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||