public class SelectorEvaluationException
extends java.lang.Exception
Title: Framework Support Library
Description: Defines an exception thrown during an evaluation of the SelectorExpression
.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Constructor and Description |
---|
SelectorEvaluationException()
Constructs a new exception.
|
SelectorEvaluationException(java.lang.String message)
Constructs a new exception with the specified message.
|
SelectorEvaluationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified message and cause.
|
SelectorEvaluationException(java.lang.Throwable cause)
Constructs a new exception with the specified message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public SelectorEvaluationException()
public SelectorEvaluationException(java.lang.String message)
public SelectorEvaluationException(java.lang.Throwable cause)
public SelectorEvaluationException(java.lang.String message, java.lang.Throwable cause)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.