Package com.rometools.modules.base
Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.rometools.modules.base.ValidationException
-
- All Implemented Interfaces:
Serializable
public class ValidationException extends RuntimeException
This is an unchecked exception that is thrown when a data value violates the Google Schema limits.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ValidationException
public ValidationException(String message)
-
-