Package org.jcodings.exception
Class InternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jcodings.exception.JCodingsException
-
- org.jcodings.exception.InternalException
-
- All Implemented Interfaces:
java.io.Serializable
public class InternalException extends JCodingsException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InternalException(java.lang.String message)
InternalException(java.lang.String message, byte[] bytes, int p, int end)
InternalException(java.lang.String message, java.lang.String str)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-