Package org.meteoinfo.jts.io
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.meteoinfo.jts.io.ParseException
-
public class ParseException extends java.lang.ExceptionThrown by aWKTReaderwhen a parsing problem occurs.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.Exception e)Creates aParseExceptionwithes detail message.ParseException(java.lang.String message)Creates aParseExceptionwith the given detail message.ParseException(java.lang.String message, java.lang.Throwable e)Creates aParseExceptionwithes detail message.
-
-
-
Constructor Detail
-
ParseException
public ParseException(java.lang.String message)
Creates aParseExceptionwith the given detail message.- Parameters:
message- a description of thisParseException
-
ParseException
public ParseException(java.lang.Exception e)
Creates aParseExceptionwithes detail message.- Parameters:
e- an exception that occurred while aWKTReaderwas parsing a Well-known Text string
-
ParseException
public ParseException(java.lang.String message, java.lang.Throwable e)Creates aParseExceptionwithes detail message.- Parameters:
message- a description of thisParseExceptione- a throwable that occurred while a org.meteoinfo.jts.io reader was parsing a string representation
-
-