org.maverickdbms.basic
Class mvException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.maverickdbms.basic.mvException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ChainException, StopException
- public class mvException
- extends java.lang.Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
mvException
public mvException(int errorCode)
mvException
public mvException(int errorCode,
java.lang.Exception parent)
mvException
public mvException(int errorCode,
java.lang.String message)
getErrorCode
public int getErrorCode()
getMessage
public java.lang.String getMessage()
printStackTrace
public void printStackTrace(java.io.PrintStream ps)