Package de.timmfitschen.easyunits
Class SystemOfUnitsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.timmfitschen.easyunits.SystemOfUnitsException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParserException
,UnitIncommensurabilityException
,UnknownUnitException
public class SystemOfUnitsException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemOfUnitsException(String message)
SystemOfUnitsException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-