Class SimpleTupleFormat.TupleParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.apache.commons.geometry.core.internal.SimpleTupleFormat.TupleParseException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SimpleTupleFormat
private static class SimpleTupleFormat.TupleParseException extends java.lang.IllegalArgumentException
Exception class for errors occurring during tuple parsing.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Serializable version identifier.
-
Constructor Summary
Constructors Constructor Description TupleParseException(java.lang.String msg, java.lang.Throwable cause)
Simple constructor.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serializable version identifier.- See Also:
- Constant Field Values
-
-