|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
IOException
LayerException
public class LayerException
Throws when a layer source failed to create a layer.
Constructor Summary | |
---|---|
LayerException()
Creates an exception with no message. |
|
LayerException(String message)
Creates an exception with the specified message. |
|
LayerException(String message,
Throwable cause)
Creates an exception with the specified message. |
|
LayerException(Throwable cause)
Creates an exception with the specified cause. |
Method Summary |
---|
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LayerException()
public LayerException(String message)
message
- The detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.public LayerException(Throwable cause)
cause
- The cause for this exception. The cause is saved
for later retrieval by the Throwable.getCause()
method.public LayerException(String message, Throwable cause)
message
- The detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.cause
- The cause for this exception. The cause is saved
for later retrieval by the Throwable.getCause()
method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |