Package com.strobel.assembler.metadata
Class MethodBodyParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.strobel.assembler.metadata.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
-
Constructor Summary
Constructors Constructor Description MethodBodyParseException()
MethodBodyParseException(java.lang.String message)
MethodBodyParseException(java.lang.String message, java.lang.Throwable cause)
MethodBodyParseException(java.lang.Throwable cause)
-
-
-
Field Detail
-
DEFAULT_MESSAGE
private static final java.lang.String DEFAULT_MESSAGE
- See Also:
- Constant Field Values
-
-
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)
-
-