Package uk.ac.rdg.resc.edal.exceptions
Class InvalidLineStringException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.ac.rdg.resc.edal.exceptions.EdalException
-
- uk.ac.rdg.resc.edal.exceptions.EdalParseException
-
- uk.ac.rdg.resc.edal.exceptions.InvalidLineStringException
-
- All Implemented Interfaces:
Serializable
public class InvalidLineStringException extends EdalParseException
An exception to be thrown when trying to parse a line string which is badly formatted- Author:
- Guy Griffiths
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidLineStringException(String message)
InvalidLineStringException(String message, String code)
InvalidLineStringException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class uk.ac.rdg.resc.edal.exceptions.EdalException
getCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-