org.geebis.books.model.label.exception
Class IncompatibleLabelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.geebis.books.model.label.exception.IncompatibleLabelException
- All Implemented Interfaces:
- java.io.Serializable
public class IncompatibleLabelException
- extends java.lang.Exception
- implements java.io.Serializable
Raise this exception if a label is tried to be applied to an object that cannot accept that type of label
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IncompatibleLabelException
public IncompatibleLabelException()
IncompatibleLabelException
public IncompatibleLabelException(java.lang.String message)
IncompatibleLabelException
public IncompatibleLabelException(java.lang.String message,
java.lang.Throwable cause)
IncompatibleLabelException
public IncompatibleLabelException(java.lang.Throwable cause)