Class CosmoException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidArgumentException, UnsupportedException

public class CosmoException extends RuntimeException
Base exception for cosmo. Catch this to handle any library error; catch a subclass to distinguish the cause.
See Also:
  • Constructor Details

    • CosmoException

      public CosmoException(String message)
    • CosmoException

      public CosmoException(String message, Throwable cause)