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
A valid literal cannot have both type and language set. TODO: check encoding problems
- Author:
 - Anahide Tchertchian
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInvalidLiteralException(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 
- 
Constructor Details
- 
InvalidLiteralException
public InvalidLiteralException() - 
InvalidLiteralException
 - 
InvalidLiteralException
 - 
InvalidLiteralException
 
 -