Class FlexRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
flexagon.ff.common.core.exceptions.FlexRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FlexCommandExecutionFailedException,FlexInternalException,FlexInvalidArgumentException,FlexMissingArgumentException
base class for all FF Runtime Exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlexRuntimeException(String pMessage) FlexRuntimeException(String pCode, String pMessage) FlexRuntimeException(String pCode, String pMessage, Throwable pCause) FlexRuntimeException(String pMessage, Throwable pCause) FlexRuntimeException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Returns error message without exception code.protected booleanvoidMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FlexRuntimeException
public FlexRuntimeException() -
FlexRuntimeException
-
FlexRuntimeException
-
FlexRuntimeException
-
FlexRuntimeException
-
FlexRuntimeException
-
-
Method Details
-
setCode
-
getCode
-
getMessage
- Overrides:
getMessagein classThrowable
-
logOnInit
protected boolean logOnInit() -
getPlainMessage
Returns error message without exception code.- Returns:
- the exception method without the exception code
-