Class MethodBodyParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MethodBodyParseException
    extends java.lang.IllegalStateException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String DEFAULT_MESSAGE  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • MethodBodyParseException

        public MethodBodyParseException()
      • MethodBodyParseException

        public MethodBodyParseException​(java.lang.Throwable cause)
      • MethodBodyParseException

        public MethodBodyParseException​(java.lang.String message)
      • MethodBodyParseException

        public MethodBodyParseException​(java.lang.String message,
                                        java.lang.Throwable cause)