public class SCXMLExpressionException extends Exception
Constructor and Description |
---|
SCXMLExpressionException() |
SCXMLExpressionException(String message) |
SCXMLExpressionException(String message,
Throwable cause) |
SCXMLExpressionException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SCXMLExpressionException()
Exception.Exception()
public SCXMLExpressionException(String message)
message
- The error messageException.Exception(java.lang.String)
public SCXMLExpressionException(Throwable cause)
cause
- The causeException.Exception(java.lang.Throwable)
public SCXMLExpressionException(String message, Throwable cause)
message
- The error messagecause
- The causeException.Exception(String, Throwable)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.