Class UnrepresentablePrimitiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.g2forge.alexandria.java.core.math.UnrepresentablePrimitiveException
-
- All Implemented Interfaces:
Serializable
public class UnrepresentablePrimitiveException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrepresentablePrimitiveException()
UnrepresentablePrimitiveException(String message)
UnrepresentablePrimitiveException(String message, Throwable cause)
UnrepresentablePrimitiveException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnrepresentablePrimitiveException
public UnrepresentablePrimitiveException()
-
UnrepresentablePrimitiveException
public UnrepresentablePrimitiveException(String message)
-
UnrepresentablePrimitiveException
public UnrepresentablePrimitiveException(String message, Throwable cause)
-
UnrepresentablePrimitiveException
public UnrepresentablePrimitiveException(Throwable cause)
-
-