Package org.proj4
Class PJException
- Object
-
- Throwable
-
- Exception
-
- PJException
-
- All Implemented Interfaces:
Serializable
public class PJException extends Exception
Exception thrown when a call toPJ.transform(PJ, int, double[], int, int)
failed.- Since:
- 4.8
- Version:
- 5.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PJException()
Constructs a new exception with no message.PJException(String message)
Constructs a new exception with the given message.
-