Package xyz.cofe.term.common.err
Class ConsoleError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- xyz.cofe.term.common.err.ConsoleError
-
- All Implemented Interfaces:
Serializable
public class ConsoleError extends Error
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsoleError(String message)ConsoleError(String message, Throwable cause)ConsoleError(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-