Packages

 

com.aspose.cad.cadexceptions.imageformats

Class CadException

  • All Implemented Interfaces:
    Serializable


    public class CadException
    extends com.aspose.cad.cadexceptions.ImageException

    The Cad exception.

    See Also:
    Serialized Form
    • Constructor Detail

      • CadException

        public CadException(String message)

        Initializes a new instance of the CadException class.

        Parameters:
        message - The message.
      • CadException

        public CadException(String message,
                            Throwable innerException)

        Initializes a new instance of the CadException class.

        Parameters:
        message - The exception message.
        innerException - The inner exception.