Class SIRuntimeException

All Implemented Interfaces:
Serializable

public class SIRuntimeException extends RuntimeException
Runtime Exceptions in SI 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

    • SIRuntimeException

      public SIRuntimeException()
      Construct a new SIRuntimeException with all fields set to default values.
    • SIRuntimeException

      public SIRuntimeException(String message, Throwable cause)
      Construct a new SIRuntimeException with specified message and cause.
      Parameters:
      message - String; String
      cause - Throwable; Throwable
    • SIRuntimeException

      public SIRuntimeException(String message)
      Construct a new SIRuntimeException with specified message.
      Parameters:
      message - String; String
    • SIRuntimeException

      public SIRuntimeException(Throwable cause)
      Construct a new SIRuntimeException with specified cause.
      Parameters:
      cause - Throwable; Throwable