Package org.soulwing.prospecto.api
Class ViewApplicatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.soulwing.prospecto.api.ViewApplicatorException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ViewInputException
public class ViewApplicatorException extends RuntimeException
An exception thrown by aViewApplicator
.- Author:
- Carl Harris
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ViewApplicatorException()
ViewApplicatorException(String message)
ViewApplicatorException(String message, Throwable cause)
ViewApplicatorException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-