Package org.smallmind.scribe.pen
Class LoggerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.smallmind.nutsnbolts.lang.FormattedException
-
- org.smallmind.scribe.pen.LoggerException
-
- All Implemented Interfaces:
Serializable
public class LoggerException extends FormattedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoggerException()LoggerException(String message, Object... args)LoggerException(Throwable exception)LoggerException(Throwable throwable, String message, Object... args)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-