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

public class FlexRuntimeException extends RuntimeException
base class for all FF Runtime Exceptions.
See Also:
  • Constructor Details

    • FlexRuntimeException

      public FlexRuntimeException()
    • FlexRuntimeException

      public FlexRuntimeException(String pMessage)
    • FlexRuntimeException

      public FlexRuntimeException(String pCode, String pMessage)
    • FlexRuntimeException

      public FlexRuntimeException(Throwable cause)
    • FlexRuntimeException

      public FlexRuntimeException(String pMessage, Throwable pCause)
    • FlexRuntimeException

      public FlexRuntimeException(String pCode, String pMessage, Throwable pCause)
  • Method Details

    • setCode

      public void setCode(String pCode)
    • getCode

      public String getCode()
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • logOnInit

      protected boolean logOnInit()
    • getPlainMessage

      public String getPlainMessage()
      Returns error message without exception code.
      Returns:
      the exception method without the exception code