public final class tcObjectFormNotAssignedException
extends java.lang.Exception
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
isMessage
The detailed message.
|
Constructor and Description |
---|
tcObjectFormNotAssignedException()
Creates a new tcObjectFormNotAssignedException object.
|
tcObjectFormNotAssignedException(java.lang.String isMessage)
Constructs a new tcObjectFormNotAssignedException
with the specified detail message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object.The method clone
performs a specific cloning operation, if the class of
this object does not implement the interface Cloneable,
then a CloneNotSupportedException is thrown.
|
public java.lang.String isMessage
public tcObjectFormNotAssignedException()
public tcObjectFormNotAssignedException(java.lang.String isMessage)
isMessage
- The detailed message. The detailed message
is saved for later retrieval by the Throwable.getMessage() method.public java.lang.Object clone()
clone
in class java.lang.Object
java.lang.Error
- if any of the components cannot be cloned