Package org.anchoranalysis.core.exception
package org.anchoranalysis.core.exception
Very general exceptions and base classes for exceptions with wide applicability.
-
Exception ClassesClassDescriptionA base class for all checked exceptions used on the Anchor platform.This is an exception that should never be thrown, but can be used for type-safety where an exception is needed.A base class for all unchecked (runtime) exceptions used on the Anchor platform.When a particular operation is unsupported in particular circumstances.A generic exception that be thrown when the creation of a new object fails.An exception that occurs when initializing something, and it doesn't succeedGeneric checked exception that can be thrown when a particular operation fails.Generic runtime exception that can be thrown when a particular operation fails.