|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.langner.jmatic2.JMaticException
Exception class used within the package com.langner.jmatic All classes within this packet throw this exception type to indicate failure of their functions. There is no public constructor, so you cannot create instances of this class yourself, but you can access the information contained in JMaticException instances via public member functions inherited from java.lang.Exception.
| Method Summary | |
int |
getErrorCode()
Retrieves the JMatic errorcode specifing the particular problem |
ErrorInfo |
getErrorInfo()
Retrieves an ErrorInfo object containing the exception information |
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public ErrorInfo getErrorInfo()
ErrorInfopublic int getErrorCode()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||