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:
Serializable
- Enclosing class:
Quaternion
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Serializable version identifier. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerializable version identifier.- See Also:
-
-
Constructor Details
-
QuaternionParsingException
QuaternionParsingException(String msg) - Parameters:
msg
- Error message.
-
QuaternionParsingException
- Parameters:
msg
- Error message.cause
- Cause of the exception.
-