Class ParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParseException
    extends java.lang.Exception
    Thrown by a WKTReader when a parsing problem occurs.
    Version:
    1.7
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      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.
      ParseException​(java.lang.String message, java.lang.Throwable e)
      Creates a ParseException with es detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParseException

        public ParseException​(java.lang.String message)
        Creates a ParseException with the given detail message.
        Parameters:
        message - a description of this ParseException
      • ParseException

        public ParseException​(java.lang.Exception e)
        Creates a ParseException with es detail message.
        Parameters:
        e - an exception that occurred while a WKTReader was parsing a Well-known Text string
      • ParseException

        public ParseException​(java.lang.String message,
                              java.lang.Throwable e)
        Creates a ParseException with es detail message.
        Parameters:
        message - a description of this ParseException
        e - a throwable that occurred while a com.vividsolutions.jts.io reader was parsing a string representation