info.sswap.ontologies.exec.api
Class TooManyArgumentsException

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.TooManyArgumentsException
All Implemented Interfaces:
java.io.Serializable

public class TooManyArgumentsException
extends ExecException

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

Author:
Damian Gessler
See Also:
Serialized Form

Constructor Summary
TooManyArgumentsException()
          Creates a new exception
TooManyArgumentsException(java.lang.String message)
          Creates a new exception with the specified message
TooManyArgumentsException(java.lang.String message, java.lang.Throwable cause)
          Creates a new exception with the specified message and the underlying cause
TooManyArgumentsException(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

TooManyArgumentsException

public TooManyArgumentsException()
Creates a new exception


TooManyArgumentsException

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

Parameters:
message - the specified message

TooManyArgumentsException

public TooManyArgumentsException(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

TooManyArgumentsException

public TooManyArgumentsException(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.