public class ElementMismatchException
extends java.lang.Exception
Constructor and Description |
---|
ElementMismatchException()
Constructor.
|
ElementMismatchException(java.lang.String message_)
Constructor.
|
ElementMismatchException(java.lang.String message_,
java.lang.Throwable cause_)
Constructor.
|
ElementMismatchException(java.lang.Throwable cause_)
Constructor.
|
public ElementMismatchException()
public ElementMismatchException(java.lang.String message_)
message_
- A short description of the exception.public ElementMismatchException(java.lang.Throwable cause_)
cause_
- The throwable which causes this exception.public ElementMismatchException(java.lang.String message_, java.lang.Throwable cause_)
message_
- A short description of the exception.cause_
- The throwable which causes this exception.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft