Package org.jline.style
Class StyleBundleInvocationHandler.InvalidStyleBundleMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jline.style.StyleBundleInvocationHandler.InvalidStyleBundleMethodException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- StyleBundleInvocationHandler
static class StyleBundleInvocationHandler.InvalidStyleBundleMethodException extends java.lang.RuntimeException
Thrown when processingStyleBundle
method is found to be invalid.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidStyleBundleMethodException(java.lang.reflect.Method method, java.lang.String message)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-