Package com.streambase.liveview.client
Class ValidationErrorsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.streambase.liveview.client.ValidationErrorsException
- All Implemented Interfaces:
Serializable
,Iterable<String>
Used to represent all errors in validating an object.
This exception contains a list of validation error Strings,
This kind of exception has no message or cause throwable;
all such information is in the individual validation error Strings.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ValidationErrorsException
public ValidationErrorsException() -
ValidationErrorsException
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
add
-
getLazilyCreatedExceptionsList
-
iterator
-
getMessage
- Overrides:
getMessage
in classThrowable
-