apollo
Class ApolloException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--apollo.ApolloException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EntryAssertion, EntryException, FQUIDPermissionDenied, PageHandlerException, TemplatePageException, UserException

public class ApolloException
extends java.lang.Exception

This is the superclass of all of the exceptions that Project Apollo will throw

See Also:
Serialized Form

Constructor Summary
ApolloException()
           
ApolloException(java.lang.String s)
           
 
Method Summary
 java.lang.String getExceptionMsg()
           
protected  void setExceptionMsg(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApolloException

public ApolloException()

ApolloException

public ApolloException(java.lang.String s)
Method Detail

setExceptionMsg

protected void setExceptionMsg(java.lang.String s)

getExceptionMsg

public java.lang.String getExceptionMsg()