JPROJ4
Public Member Functions
PJException Class Reference

Exception thrown when a call to PJ#transform(PJ, int, double[], int, int) failed. More...

Inheritance diagram for PJException:
Inheritance graph
[legend]
Collaboration diagram for PJException:
Collaboration graph
[legend]

Public Member Functions

 PJException ()
 Constructs a new exception with no message. More...
 
 PJException (final String message)
 Constructs a new exception with the given message. More...
 

Detailed Description

Author
Martin Desruisseaux (Geomatys)

Constructor & Destructor Documentation

PJException ( final String  message)
Parameters
messageA message that describe the cause for the failure.