Package xyz.cofe.term.win
Class WinConsoleError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- xyz.cofe.term.win.WinConsoleError
-
- All Implemented Interfaces:
Serializable
public class WinConsoleError extends Error
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WinConsoleError()
WinConsoleError(String message)
WinConsoleError(String message, Throwable cause)
WinConsoleError(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
throwError(String whatHappened)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
throwError
public static void throwError(String whatHappened)
-
-