org.iqual.chaplin
Class InvalidConcernException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.iqual.chaplin.InvalidConcernException
All Implemented Interfaces:
Serializable

public class InvalidConcernException
extends RuntimeException

Since:
Jul 10, 2009 6:57:49 PM
Author:
Zbynek Slajchrt
See Also:
Serialized Form

Constructor Summary
InvalidConcernException(String concernInstance, String method)
           
 
Method Summary
 String getInstance()
           
 String getMethod()
           
 
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

InvalidConcernException

public InvalidConcernException(String concernInstance,
                               String method)
Method Detail

getInstance

public String getInstance()

getMethod

public String getMethod()


Copyright © 2009 iquality.org. All Rights Reserved.