org.apache.empire.exceptions
Class InvalidArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.empire.exceptions.EmpireException
                  extended by org.apache.empire.exceptions.InvalidArgumentException
All Implemented Interfaces:
Serializable

public class InvalidArgumentException
extends EmpireException

See Also:
Serialized Form

Field Summary
static ErrorType errorType
           
 
Constructor Summary
InvalidArgumentException(String param, Object value)
           
InvalidArgumentException(String param, Object[] value)
           
 
Method Summary
 
Methods inherited from class org.apache.empire.exceptions.EmpireException
formatErrorMessage, getErrorParams, getErrorType, log
 
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
 

Field Detail

errorType

public static final ErrorType errorType
Constructor Detail

InvalidArgumentException

public InvalidArgumentException(String param,
                                Object value)

InvalidArgumentException

public InvalidArgumentException(String param,
                                Object[] value)


Copyright © 2008–2014 Apache Software Foundation. All rights reserved.