|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--edu.neu.ccs.filter.FilterException
Exception to be thrown by a filter when the object to be filtered does not meet the criteria for the filter.
| Field Summary | |
protected Stringable |
obj
The Stringable object that failed
the filtering process, with its state set to the value
that was current at the time the exception was thrown. |
| Constructor Summary | |
FilterException(Stringable model)
Constructs a filter exception with the given model and no detail messsage. |
|
FilterException(Stringable model,
String message)
Constructs a filter exception with the given model and detail messsage. |
|
| Method Summary | |
Stringable |
getModel()
Returns the model object that failed the filtering process with its state set to the value that was current at the time the exception was thrown. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected Stringable obj
Stringable object that failed
the filtering process, with its state set to the value
that was current at the time the exception was thrown.
| Constructor Detail |
public FilterException(Stringable model)
model - the data model that failed the filter processFilterException(Stringable, String)
public FilterException(Stringable model,
String message)
model - the data model that failed the filter processmessage - the error message for this exceptionFilterException(Stringable)| Method Detail |
public Stringable getModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||