程序包 org.proj4
类 PJException
- Object
-
- Throwable
-
- Exception
-
- PJException
-
- 所有已实现的接口:
Serializable
public class PJException extends ExceptionException thrown when a call toPJ.transform(PJ, int, double[], int, int)failed.- 从以下版本开始:
- 4.8
- 版本:
- 5.1
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 PJException()Constructs a new exception with no message.PJException(String message)Constructs a new exception with the given message.
-