org.shredzone.flattr4j.exception
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.shredzone.flattr4j.exception.FlattrException
              extended by org.shredzone.flattr4j.exception.FlattrServiceException
                  extended by org.shredzone.flattr4j.exception.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends FlattrServiceException

This exception is used when an argument provided to a service call was invalid.

Author:
Richard "Shred" Körber
See Also:
Serialized Form

Constructor Summary
ValidationException(String code, String msg)
           
 
Method Summary
 
Methods inherited from class org.shredzone.flattr4j.exception.FlattrServiceException
getCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationException

public ValidationException(String code,
                           String msg)


Copyright © 2010-2012. All Rights Reserved.