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
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
AuditFailedException
AuditFailedException(Auditor auditor,
ObjectExpr objectExpr)
comments?