|
|||||||||
| 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.InvalidImageException
public class InvalidImageException
Signals that an error has occurred when performing an operation on a LoadableImage object.
| Constructor Summary | |
|---|---|
InvalidImageException()
Constructs an InvalidImageException with "invalid image" as its error detail message. |
|
InvalidImageException(java.lang.String s)
Constructs an InvalidImageException with the specified detail message. |
|
InvalidImageException(java.lang.String message,
java.lang.Throwable cause)
Constructs an InvalidImageException 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 InvalidImageException()
public InvalidImageException(java.lang.String s)
Throwable.getMessage()
method of class java.lang.Throwable.
s - the detail message.
public InvalidImageException(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 | ||||||||