Package org.apache.juneau.svl
Class VarResolverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.juneau.BasicRuntimeException
org.apache.juneau.svl.VarResolverException
- All Implemented Interfaces:
- Serializable
Exception that occurs during a var resolver session.
 
See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionVarResolverException(String message, Object... args) Constructor.VarResolverException(Throwable cause, String message, Object... args) Constructor.
- 
Method SummaryMethods inherited from class org.apache.juneau.BasicRuntimeExceptionassertModifiable, fillInStackTrace, getCause, getMessage, initCause, isUnmodifiable, setMessage, setStackTrace, setUnmodifiable, unwrapMethods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, toString
- 
Constructor Details- 
VarResolverExceptionConstructor.- Parameters:
- cause- The cause of this exception.
- message- The- MessageFormat-style message.
- args- Optional- MessageFormat-style arguments.
 
- 
VarResolverExceptionConstructor.- Parameters:
- message- The- MessageFormat-style message.
- args- Optional- MessageFormat-style arguments.
 
 
-