Package org.analogweb.core
Class MissingRequirmentsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.analogweb.core.ApplicationRuntimeException
-
- org.analogweb.core.UnresolvableResultException
-
- org.analogweb.core.MissingRequirmentsException
-
- All Implemented Interfaces:
Serializable
public class MissingRequirmentsException extends UnresolvableResultException
- Author:
- snowgoose
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingRequirmentsException(String requirment, Object invocationResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRequirment()
-
Methods inherited from class org.analogweb.core.UnresolvableResultException
getMessage, getUnresolvableInvocationResult
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-