public class TineUnknownDataTypeException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Is the serial version UID to unify this class.
|
Constructor and Description |
---|
TineUnknownDataTypeException()
The constructor of this exception.
|
TineUnknownDataTypeException(java.lang.String message_)
The constructor of this exception.
|
TineUnknownDataTypeException(java.lang.String message_,
java.lang.Throwable cause_)
The constructor of this exception.
|
TineUnknownDataTypeException(java.lang.Throwable cause_)
The constructor of this exception.
|
public static final long serialVersionUID
public TineUnknownDataTypeException()
public TineUnknownDataTypeException(java.lang.String message_)
message_
- Gets a message as its description.public TineUnknownDataTypeException(java.lang.Throwable cause_)
cause_
- Is the throwable cause of this exception.public TineUnknownDataTypeException(java.lang.String message_, java.lang.Throwable cause_)
message_
- Gets a message as its description.cause_
- Is the throwable cause of this exception.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft