Package ucar.units

Class OperationException

    • Constructor Detail

      • OperationException

        public OperationException()
        Constructs from nothing.
      • OperationException

        protected OperationException​(String message)
        Constructs from an error message.
        Parameters:
        message - The error message.
      • OperationException

        protected OperationException​(String message,
                                     Exception e)
        Constructs from an error message and the exception that caused the problem.
        Parameters:
        message - The error message.
        e - The exception that caused the problem.