java.lang.Objectjava.lang.Throwable
java.lang.Exception
rcs.posemath.PmException
public class PmException
Field Summary | |
---|---|
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 |
---|
public int pmErrno
Constructor Detail |
---|
public PmException(int errno, java.lang.String msg)
Method Detail |
---|
protected static java.lang.String GetErrorString(int errno)