Package org.jolokia.jvmagent.client.util
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jolokia.jvmagent.client.util.ProcessingException
- All Implemented Interfaces:
Serializable
Exception indicating an error during operation of the agent launcher.
- Since:
- 12.08.11
- Author:
- roland
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingException(String pErrMsg, Throwable pStoredExp, OptionsAndArgs pOptions) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidPrint this exception to standard error, but only if no--quietis given.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessingException
Constructor- Parameters:
pErrMsg- error messagepStoredExp- the original exceptionpOptions- options from where to take the information how the error should be logged
-
-
Method Details
-
printErrorMessage
public void printErrorMessage()Print this exception to standard error, but only if no--quietis given. If--verboseis given, then a stacktrace is printed as well.
-