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