Class | Description |
---|---|
Debug |
Miscellaneous debugging functionality such as error logging, assertion checking and exception
reporting.
|
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.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.