public class ElementException extends Exception
Constructor and Description |
---|
ElementException()
Constructs an ElementException without a detail message.
|
ElementException(Exception e)
Creates an ElementException from a parent exception.
|
ElementException(String message)
Constructs an ElementException with a detail message.
|
ElementException(String message,
Exception e)
Constructs an ElementException with a detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ElementException()
public ElementException(String message)
message
- The message of this Exceptionpublic ElementException(Exception e)
e
- The error exception.public ElementException(String message, Exception e)
message
- The message of this Exceptione
- The error exception.Copyright © 2004-2012 X4O. All Rights Reserved.