apollo
Class EntryAssertion

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--apollo.ApolloException
                    |
                    +--apollo.EntryAssertion
All Implemented Interfaces:
java.io.Serializable

public class EntryAssertion
extends ApolloException

This exception is thrown when an assertion fails in the EAM

See Also:
Serialized Form

Constructor Summary
EntryAssertion(int failureCode, java.lang.String extraMessage)
           
EntryAssertion(java.lang.String acceptName, java.lang.String variableName, int failureCode)
           
EntryAssertion(java.lang.String acceptName, java.lang.String variableName, int failureCode, java.lang.String extraMessage)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class apollo.ApolloException
getExceptionMsg, setExceptionMsg
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntryAssertion

public EntryAssertion(java.lang.String acceptName,
                      java.lang.String variableName,
                      int failureCode)

EntryAssertion

public EntryAssertion(int failureCode,
                      java.lang.String extraMessage)

EntryAssertion

public EntryAssertion(java.lang.String acceptName,
                      java.lang.String variableName,
                      int failureCode,
                      java.lang.String extraMessage)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable