|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException org.geotools.io.ContentFormatException
Throws when a stream can't be parsed because some content use an invalid format.
This exception typically has a ParseException
has its cause.
It is similar in spirit to java.util.InvalidPropertiesFormatException
.
java.util.InvalidPropertiesFormatException
,
Serialized FormConstructor Summary | |
ContentFormatException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
ContentFormatException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause. |
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 ContentFormatException(java.lang.String message)
Throwable.getMessage()
method.
public ContentFormatException(java.lang.String message, java.lang.Throwable cause)
Throwable.getCause()
method.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |