|
||||||||||
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.n52.oxf.OXFException
public class OXFException
This is the standard Exception which will be thrown, if an error occures in the framework internally.
Constructor Summary | |
---|---|
OXFException()
Constructs a new OXFException. |
|
OXFException(String reason)
Constructs a new OXFException with the specified reason. |
|
OXFException(String reason,
Throwable cause)
Constructs a new OXFException with the specified reason and cause. |
|
OXFException(Throwable cause)
Constructs a new OXFException with the specified cause. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public OXFException()
public OXFException(String reason)
reason
- the reason of the exception.public OXFException(Throwable cause)
cause
- the cause which is saved for later retrieval by the Throwable.getCause() method. A null value is
permitted, and indicates that the cause is nonexistent or unknown.public OXFException(String reason, Throwable cause)
reason
- the reason of the exception.cause
- the cause which is saved for later retrieval by the Throwable.getCause() method. A null value is
permitted, and indicates that the cause is nonexistent or unknown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |