Class ParsingSpatialValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- nz.co.gregs.dbvolution.exceptions.DBRuntimeException
-
- nz.co.gregs.dbvolution.exceptions.ParsingSpatialValueException
-
- All Implemented Interfaces:
Serializable
public class ParsingSpatialValueException extends DBRuntimeException
Support DBvolution at Patreon
- Author:
- gregorygraham
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParsingSpatialValueException(String fullColumnName, String string, Exception exp)
Thrown when the geometry returned cannot be parsed.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParsingSpatialValueException
public ParsingSpatialValueException(String fullColumnName, String string, Exception exp)
Thrown when the geometry returned cannot be parsed.- Parameters:
fullColumnName
- the column that couldn't be parsedstring
- the value that couldn't be parsedexp
- the exception thorwn during parsing
-
-