Class NotReadyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.irurueta.geometry.io.NotReadyException
All Implemented Interfaces:
Serializable

public class NotReadyException extends Exception
Raised when not enough parameters have been provided and an instance is not ready to start a given process.
See Also:
  • Constructor Details

    • NotReadyException

      public NotReadyException()
      Constructor.
    • NotReadyException

      public NotReadyException(String message)
      Constructor with String containing message.
      Parameters:
      message - Message indicating the cause of the exception.
    • NotReadyException

      public NotReadyException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - Message describing the cause of the exception.
      cause - Instance containing the cause of the exception.
    • NotReadyException

      public NotReadyException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - Instance containing the cause of the exception.