Package com.hcl.labs.domi.tools
Class DOMIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.hcl.labs.domi.tools.DOMIException
-
- All Implemented Interfaces:
Serializable
public class DOMIException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DOMIException(String message)
DOMIException(String message, Object... args)
DOMIException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DOMIException
public DOMIException(String message)
- Parameters:
message
- - what went wrong, with formatting
-
DOMIException
public DOMIException(String message, Object... args)
- Parameters:
message
- - what went wrongargs
- Arguments that are passed into the format function
-
DOMIException
public DOMIException(Throwable cause)
- Parameters:
cause
- as a throwable
-
-