Package de.ubs.xdm3.ex
Class UserConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.ubs.xdm3.ex.UserConfigurationException
- All Implemented Interfaces:
Serializable
Exception that should be thrown when is assumed to be basen on an incorrect configuration entered by the user.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserConfigurationException(String message) Constructs a new UserConfigurationException with the specified detail message.UserConfigurationException(String methodCall, ObjectDefinition objectDefinition, RuntimeException e) Constructs a new UserConfigurationException with the specified method call, object definition, and 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
-
UserConfigurationException
Constructs a new UserConfigurationException with the specified detail message.- Parameters:
message- the detail message.
-
UserConfigurationException
public UserConfigurationException(String methodCall, ObjectDefinition objectDefinition, RuntimeException e) Constructs a new UserConfigurationException with the specified method call, object definition, and cause.- Parameters:
methodCall- the method call that caused the exception.objectDefinition- the object definition related to the exception.e- the cause of the exception.
-