com.ibm.dbb.build

Class ValidationException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.ibm.dbb.build.ValidationException
  • All Implemented Interfaces:
    java.io.Serializable


    public class ValidationException
    extends java.lang.RuntimeException
    Thrown to indicate that the arguments are invalid for a specific command.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ValidationException()
      Construct a ValidationException with no default message.
      ValidationException(java.lang.String message)
      Construct a ValidationException with a default message.
      ValidationException(java.lang.String message, java.lang.Throwable cause)
      Construct a ValidationException with a detail message and the cause.
      ValidationException(java.lang.Throwable cause)
      Construct a ValidationException with the actual cause of the exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ValidationException

        public ValidationException()
        Construct a ValidationException with no default message.
      • ValidationException

        public ValidationException(java.lang.String message)
        Construct a ValidationException with a default message.
        Parameters:
        message - the detail message.
      • ValidationException

        public ValidationException(java.lang.Throwable cause)
        Construct a ValidationException with the actual cause of the exception.
        Parameters:
        cause - the actual cause of the exception. This could be NULL in which case the actual cause of the exception is unknown.
      • ValidationException

        public ValidationException(java.lang.String message,
                                   java.lang.Throwable cause)
        Construct a ValidationException with a detail message and the cause.
        Parameters:
        message - the detail message.
        cause - the cause of the exception.

<IBM Copyright © 2018 IBM Corp. All Rights Reserved.