Package boofcv.generate
Class UnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
boofcv.generate.UnsupportedException
- All Implemented Interfaces:
Serializable
Exception is thrown if the requested features is not supported by the implementing class.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnsupportedException
(String message) UnsupportedException
(String message, Throwable cause) UnsupportedException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedException
public UnsupportedException() -
UnsupportedException
-
UnsupportedException
-
UnsupportedException
-