Package net.filebot.format
Class BindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.filebot.format.BindingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBindingException
(Object binding, Object message, Throwable cause, BindingException.Flag... flags) BindingException
(Object binding, Object message, BindingException.Flag... flags) BindingException
(String message, Throwable cause, BindingException.Flag... flags) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BindingException
-
BindingException
-
BindingException
public BindingException(Object binding, Object message, Throwable cause, BindingException.Flag... flags)
-
-
Method Details
-
has
-