|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.dataselectors.filters.FilterException
public class FilterException
The FilterException class is simply a generic exception class that can be thrown whenever problems occur within the filter model.
| Constructor Summary | |
|---|---|
FilterException()
Constructs a new exception. |
|
FilterException(java.lang.String message)
Constructs a new exception with the given message text. |
|
FilterException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the given message and cause. |
|
FilterException(java.lang.Throwable cause)
Constructs a new exception with the given cause but no message text. |
|
| Constructor Detail |
|---|
public FilterException()
public FilterException(java.lang.String message)
message - the message for this exception
public FilterException(java.lang.String message,
java.lang.Throwable cause)
message - the message for this exceptioncause - an error that caused this exception to be createdpublic FilterException(java.lang.Throwable cause)
cause - an error that caused this exception to be created
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||