rcs.posemath
Class PmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by rcs.posemath.PmException
All Implemented Interfaces:
java.io.Serializable

public class PmException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static int PM_DIV_ERR
           
static int PM_ERR
           
static int PM_IMPL_ERR
           
static int PM_NORM_ERR
           
 int pmErrno
           
 
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
 

Field Detail

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
Constructor Detail

PmException

public PmException(int errno,
                   java.lang.String msg)
Method Detail

GetErrorString

protected static java.lang.String GetErrorString(int errno)