uk.co.flamingpenguin.jewel.cli
Class ArgumentValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.co.flamingpenguin.jewel.JewelException
              extended by uk.co.flamingpenguin.jewel.cli.ArgumentValidationException
All Implemented Interfaces:
Serializable

Deprecated. please use ArgumentValidationException class in package com.lexicalscope.jewel instead

@Deprecated
public class ArgumentValidationException
extends JewelException

The arguments are not valid

Author:
tim
See Also:
Serialized Form

Nested Class Summary
static interface ArgumentValidationException.ValidationError
          Deprecated.  
 
Constructor Summary
ArgumentValidationException(ArgumentValidationException.ValidationError validationError)
          Deprecated.  
ArgumentValidationException(List<ArgumentValidationException.ValidationError> validationErrors)
          Deprecated.  
 
Method Summary
 String getMessage()
          Deprecated.  
 ArrayList<ArgumentValidationException.ValidationError> getValidationErrors()
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArgumentValidationException

public ArgumentValidationException(ArgumentValidationException.ValidationError validationError)
Deprecated. 

ArgumentValidationException

public ArgumentValidationException(List<ArgumentValidationException.ValidationError> validationErrors)
Deprecated. 
Method Detail

getValidationErrors

public ArrayList<ArgumentValidationException.ValidationError> getValidationErrors()
Deprecated. 

getMessage

public String getMessage()
Deprecated. 
Overrides:
getMessage in class Throwable


Copyright © 2006-2012 lexicalscope. All Rights Reserved.