|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.activemath.util.OMconverters.OMConvertException
public class OMConvertException
Class OMConvertException
Exception which should be thrown if an error occurs during conversion
| Constructor Summary | |
|---|---|
OMConvertException()
Konstruktor |
|
OMConvertException(String error)
Konstruktor |
|
OMConvertException(String error,
Throwable t)
Konstruktor |
|
OMConvertException(Throwable t)
Konstruktor |
|
| Method Summary | |
|---|---|
Throwable |
getUnderlyingException()
possible underlying excetion for the throwing of this one |
void |
printStackTrace()
Method for debugging providing all exception messages to standard output |
void |
printStackTrace(PrintStream out)
Method for debugging providing all exception messages to the given PrintStream |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OMConvertException()
public OMConvertException(String error)
error - the error as Stringpublic OMConvertException(Throwable t)
error - the error as Stringt - possible previously thrown underlying exception
public OMConvertException(String error,
Throwable t)
error - the error as Stringt - possible previously thrown underlying exception| Method Detail |
|---|
public Throwable getUnderlyingException()
null, if there is none.public void printStackTrace(PrintStream out)
printStackTrace in class Throwableout - the PrintStream to write topublic void printStackTrace()
printStackTrace in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||