Package net.minidev.asm.ex
Class NoSuchFieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.minidev.asm.ex.NoSuchFieldException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchFieldException extends java.lang.RuntimeException
Same exception as java.lang.NoSuchFieldException but extends RuntimException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NoSuchFieldException()
NoSuchFieldException(java.lang.String message)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-