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