Class Quaternion.QuaternionParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- java.lang.NumberFormatException
-
- org.apache.commons.numbers.quaternion.Quaternion.QuaternionParsingException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Quaternion
private static class Quaternion.QuaternionParsingException extends java.lang.NumberFormatException
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Serializable version identifier.
-
Constructor Summary
Constructors Constructor Description QuaternionParsingException(java.lang.String msg)
QuaternionParsingException(java.lang.String msg, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serializable version identifier.- See Also:
- Constant Field Values
-
-