Class UnitRuntimeException

All Implemented Interfaces:
Serializable

public class UnitRuntimeException extends RuntimeException
Runtime Exceptions in Unit package.

Copyright (c) 2013-2025 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
      cause - Throwable
      enableSuppression - boolean;am
      writableStackTrace - boolean
    • UnitRuntimeException

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

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

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