Package org.smallmind.nutsnbolts.lang
Class FormattedRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.smallmind.nutsnbolts.lang.FormattedRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ByteCodeManipulationException,ContextException,LayoutException,MissingAnnotationException,MutationException,OverlayException,TypeInferenceException,TypeMismatchException,UnexpectedGenericDeclaration,UnknownSwitchCaseException
public class FormattedRuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormattedRuntimeException()FormattedRuntimeException(String message, Object... args)FormattedRuntimeException(Throwable throwable)FormattedRuntimeException(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
-
-