Class CMSRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CMSAttributeTableGenerationException

public class CMSRuntimeException
extends RuntimeException
See Also:
Serialized Form
  • Constructor Details

    • CMSRuntimeException

      public CMSRuntimeException​(String name)
    • CMSRuntimeException

      public CMSRuntimeException​(String name, Exception e)
  • Method Details

    • getUnderlyingException

      public Exception getUnderlyingException()
    • getCause

      public Throwable getCause()
      Description copied from class: Throwable
      Returns the cause of this Throwable, or null if there is no cause.
      Overrides:
      getCause in class Throwable