java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.civl.abc.err.IF.ABCRuntimeException
dev.civl.abc.err.IF.ABCUnsupportedException
- All Implemented Interfaces:
Serializable
An error which is thrown when there is feature that has not yet been
implemented in ABC. The string "ABC does not yet support " will be prepended
to the message. This is a runtime exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionABCUnsupportedException(String unsupportedFeature) ABCUnsupportedException(String unsupportedFeature, String location) -
Method Summary
Methods inherited from class dev.civl.abc.err.IF.ABCRuntimeException
toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ABCUnsupportedException
-
ABCUnsupportedException
-