com.kii.sdk.photocolle
Class ParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.kii.sdk.photocolle.ParameterException
All Implemented Interfaces:
Serializable

public class ParameterException
extends IllegalArgumentException

Thrown when parameter passed to method of PhotoColle was invalid.

See Also:
Serialized Form

Nested Class Summary
static class ParameterException.Reason
          Reason of invalid parameter.
 
Method Summary
 ParameterException.Reason getReason()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getReason

public ParameterException.Reason getReason()
Returns:
the reason