Class UnitRuntimeException

All Implemented Interfaces:
Serializable

public class UnitRuntimeException extends RuntimeException
Runtime Exceptions in Unit package.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.

Author:
Peter Knoppers
See Also:
  • Constructor Details

    • UnitRuntimeException

      public UnitRuntimeException()
      Construct a new UnitRuntimeException with all default values.
    • UnitRuntimeException

      public UnitRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Construct a new UnitRuntimeException.
      Parameters:
      message - String; String
      cause - Throwable; Throwable
      enableSuppression - boolean;am
      writableStackTrace - boolean; boolean
    • UnitRuntimeException

      public UnitRuntimeException(String message, Throwable cause)
      Construct a new UnitRuntimeException with some default values.
      Parameters:
      message - String; String
      cause - Throwable; Throwable
    • UnitRuntimeException

      public UnitRuntimeException(String message)
      Construct a new UnitRuntimeException with some default values.
      Parameters:
      message - String; String
    • UnitRuntimeException

      public UnitRuntimeException(Throwable cause)
      Construct a new UnitRuntimeException with some default values.
      Parameters:
      cause - Throwable; Throwable