public class InvalidListException
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 |
---|
InvalidListException()
Creates this exception.
|
InvalidListException(java.lang.String message_)
Creates this exception.
|
InvalidListException(java.lang.String message_,
java.lang.Throwable cause_)
Creates this exception.
|
InvalidListException(java.lang.Throwable cause_)
Creates this exception.
|
public static final long serialVersionUID
public InvalidListException()
public InvalidListException(java.lang.String message_)
message_
- Is the message.public InvalidListException(java.lang.Throwable cause_)
cause_
- Is the throwable cause of this exception.public InvalidListException(java.lang.String message_, java.lang.Throwable cause_)
message_
- Is the message.cause_
- Is the throwable cause of this exception.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft