Package org.analogweb.core
Class ApplicationRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.analogweb.core.ApplicationRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApplicationConfigurationException
,AssertionFailureException
,FormatFailureException
,InvalidRequestFormatException
,InvalidRequestPathException
,InvocationFailureException
,InvokeInterruptedException
,ResponseEvaluationException
,UnresolvableInvocationException
,UnresolvableResultException
,UnresolvableValueException
,UnsatisfiedRequestException
public abstract class ApplicationRuntimeException extends RuntimeException
- Author:
- snowgoose
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationRuntimeException()
ApplicationRuntimeException(String message)
ApplicationRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-