|
||||||||||
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.vividsolutions.jts.io.ParseException
Thrown by a WKTReader
when a parsing problem occurs.
Constructor Summary | |
ParseException(java.lang.Exception e)
Creates a ParseException with e s detail message. |
|
ParseException(java.lang.String message)
Creates a ParseException with the given detail message. |
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 ParseException(java.lang.String message)
ParseException
with the given detail message.
message
- a description of this ParseException
public ParseException(java.lang.Exception e)
ParseException
with e
s detail message.
e
- an exception that occurred while a WKTReader
was
parsing a Well-known Text string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |