Class InvalidLiteralException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.platform.relations.api.exceptions.InvalidLiteralException
-
- All Implemented Interfaces:
Serializable
public class InvalidLiteralException extends RuntimeException
A valid literal cannot have both type and language set. TODO: check encoding problems- Author:
- Anahide Tchertchian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidLiteralException()
InvalidLiteralException(String message)
InvalidLiteralException(String message, Throwable cause)
InvalidLiteralException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-