org.erights.e.elang.evm
Class AuditFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.erights.e.elang.evm.AuditFailedException
All Implemented Interfaces:
Serializable

public class AuditFailedException
extends RuntimeException

Untamed: This exception signals that an audit has failed.

Author:
Ka-Ping Yee
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) AuditFailedException(Auditor auditor, ObjectExpr objectExpr)
           
 
Methods inherited from class java.lang.Throwable
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuditFailedException

AuditFailedException(Auditor auditor,
                     ObjectExpr objectExpr)


comments?