Class InvalidProjectionException

All Implemented Interfaces:
Serializable

public class InvalidProjectionException extends RuntimeException
InvalidProjectionException is an exception that is thrown when a projection results in an invalid object, or if a projection cannot be carried out.

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

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
See Also:
  • Constructor Details

    • InvalidProjectionException

      public InvalidProjectionException()
      Create an empty runtime projection exception.
    • InvalidProjectionException

      public InvalidProjectionException(String message)
      Create a runtime projection exception with a custom message.
      Parameters:
      message - the custom message.
    • InvalidProjectionException

      public InvalidProjectionException(Throwable cause)
      Create a runtime projection exception with an underlying cause.
      Parameters:
      cause - the cause of this exception to be thrown
    • InvalidProjectionException

      public InvalidProjectionException(String message, Throwable cause)
      Create a runtime projection exception with a custom message and an underlying cause.
      Parameters:
      message - the custom message
      cause - the cause of this exception to be thrown