|
|||||||||
| 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.xinapse.loadableimage.ParameterNotSetException
public class ParameterNotSetException
Indicates that a parameter is not stored in a LoadableImage.
| Constructor Summary | |
|---|---|
ParameterNotSetException()
Constructs an ParameterNotSetException with "parameter not set" as its error detail message. |
|
ParameterNotSetException(java.lang.String s)
Constructs a ParameterNotSetException with the specified detail message. |
|
ParameterNotSetException(java.lang.String message,
java.lang.Throwable cause)
Constructs a ParameterNotSetException with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterNotSetException()
public ParameterNotSetException(java.lang.String s)
Throwable.getMessage()
method of class java.lang.Throwable.
s - the detail message.
public ParameterNotSetException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message.cause - the cause.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||