Package org.smallmind.nutsnbolts.lang
Class FormattedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.smallmind.nutsnbolts.lang.FormattedException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BeanAccessException,BeanInvocationException,ClassVerificationException,CommandLineException,CSVParseException,DotNotationException,ExtensibleSAXParserException,ExtensionLoaderException,FileProcessingException,InvalidPasswordException,KeyParseException,MacAddressException,MailDeliveryException,PropertyExpanderException,ProtocolResolutionException,ReflectionContractException,ResourceException,SpreadParserException
public class FormattedException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormattedException()FormattedException(String message, Object... args)FormattedException(Throwable throwable)FormattedException(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
-
-
-
-
Constructor Detail
-
FormattedException
public FormattedException()
-
FormattedException
public FormattedException(Throwable throwable)
-
-