public class ContentTypeAlreadyBoundException
extends java.lang.Exception
| Constructor and Description |
|---|
ContentTypeAlreadyBoundException(java.lang.Class<? extends IItem> alreadyBoundTo)
Instantiates a new content type already bound exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends IItem> |
getAlreadyBoundTo()
Gets the already bound to.
|
void |
setAlreadyBoundTo(java.lang.Class<? extends IItem> alreadyBoundTo)
Sets the already bound to.
|
java.lang.String |
toString() |
public ContentTypeAlreadyBoundException(java.lang.Class<? extends IItem> alreadyBoundTo)
alreadyBoundTo - the already bound topublic java.lang.Class<? extends IItem> getAlreadyBoundTo()
public void setAlreadyBoundTo(java.lang.Class<? extends IItem> alreadyBoundTo)
alreadyBoundTo - the new already bound topublic java.lang.String toString()
toString in class java.lang.Throwable