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:
Serializable
Enclosing class:
SimpleTupleFormat

private static class SimpleTupleFormat.TupleParseException extends IllegalArgumentException
Exception class for errors occurring during tuple parsing.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serializable version identifier.
      See Also:
  • Constructor Details

    • TupleParseException

      TupleParseException(String msg, Throwable cause)
      Simple constructor.
      Parameters:
      msg - the exception message
      cause - the exception root cause