Package ro.sync.ecss.extensions.api
Class ValidatingReferenceResolverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.ecss.extensions.api.ValidatingReferenceResolverException
- All Implemented Interfaces:
Serializable
@API(type=EXTENDABLE,
src=PUBLIC)
public class ValidatingReferenceResolverException
extends Exception
Exception thrown if the source does not accept the target as a resolved reference
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidatingReferenceResolverException
(String errorMessage) Constructor.ValidatingReferenceResolverException
(String shortMessage, String errorMessage) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidatingReferenceResolverException
Constructor.- Parameters:
errorMessage
- The error message
-
ValidatingReferenceResolverException
Constructor.- Parameters:
shortMessage
- The short error message. Sometimes the message which will be presented first time to the user is shorter than the original message.errorMessage
- The error message
-
-
Method Details
-
getShortMessage
The short error message. Sometimes the message which will be presented first time to the user is shorter than the original message.- Returns:
- Returns the short message of the exception.
-