Package org.apache.vinci.debug
-
Class Summary Class Description Debug Miscellaneous debugging functionality such as error logging, assertion checking and exception reporting. -
Exception Summary Exception Description AssertionFailedException The AssertionFailedException is thrown by Debug.java in response to failed assertion checks.FatalException The FatalException class is used to convert any checked exception into an unchecked exception to terminate the current thread due to unrecoverable and unexpected error conditions.