rcs.posemath
Class PmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
rcs.posemath.PmException
- All Implemented Interfaces:
- java.io.Serializable
public class PmException
- extends java.lang.Exception
- See Also:
- Serialized Form
Constructor Summary |
PmException(int errno,
java.lang.String msg)
|
Method Summary |
protected static java.lang.String |
GetErrorString(int errno)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PM_DIV_ERR
public static final int PM_DIV_ERR
- See Also:
- Constant Field Values
PM_ERR
public static final int PM_ERR
- See Also:
- Constant Field Values
PM_IMPL_ERR
public static final int PM_IMPL_ERR
- See Also:
- Constant Field Values
PM_NORM_ERR
public static final int PM_NORM_ERR
- See Also:
- Constant Field Values
pmErrno
public int pmErrno
PmException
public PmException(int errno,
java.lang.String msg)
GetErrorString
protected static java.lang.String GetErrorString(int errno)