Package dap4.dap4lib
Class ErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- dap4.core.util.DapException
-
- dap4.dap4lib.ErrorException
-
- All Implemented Interfaces:
Serializable
public class ErrorException extends DapException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorException(String msg)
ErrorException(Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDocument()
ErrorException
setDocument(String document)
-
Methods inherited from class dap4.core.util.DapException
getCode, setCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
setDocument
public ErrorException setDocument(String document)
-
getDocument
public String getDocument()
-
-