Package com.miloun.cosmo
Class CosmoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.miloun.cosmo.CosmoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidArgumentException,UnsupportedException
Base exception for cosmo. Catch this to handle any library error;
catch a subclass to distinguish the cause.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCosmoException(String message) CosmoException(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
-
Constructor Details
-
CosmoException
-
CosmoException
-