info.sswap.ontologies.exec.api
Class ArgumentTooLongException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.sswap.ontologies.exec.api.ExecException
              extended by info.sswap.ontologies.exec.api.ArgumentTooLongException
All Implemented Interfaces:
java.io.Serializable

public class ArgumentTooLongException
extends ExecException

Exception class for a user argument as parsed from exec:args predicate exceeding a pre-set maximum length.

Author:
Damian Gessler
See Also:
Serialized Form

Constructor Summary
ArgumentTooLongException()
          Creates a new exception
ArgumentTooLongException(java.lang.String message)
          Creates a new exception with the specified message
ArgumentTooLongException(java.lang.String message, java.lang.Throwable cause)
          Creates a new exception with the specified message and the underlying cause
ArgumentTooLongException(java.lang.Throwable cause)
          Creates a new exception with the specified underlying cause
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArgumentTooLongException

public ArgumentTooLongException()
Creates a new exception


ArgumentTooLongException

public ArgumentTooLongException(java.lang.String message)
Creates a new exception with the specified message

Parameters:
message - the specified message

ArgumentTooLongException

public ArgumentTooLongException(java.lang.Throwable cause)
Creates a new exception with the specified underlying cause

Parameters:
cause - the underlying exception that caused this exception to be generated

ArgumentTooLongException

public ArgumentTooLongException(java.lang.String message,
                                java.lang.Throwable cause)
Creates a new exception with the specified message and the underlying cause

Parameters:
message - the message describing the exception
cause - the underlying exception that caused this exception to be generated


Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.