com.attask.common
Class InvalidWrapperClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.attask.common.AtTaskException
              extended by com.attask.common.InvalidWrapperClassException
All Implemented Interfaces:
AtTaskThrowable, java.io.Serializable

public class InvalidWrapperClassException
extends AtTaskException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.attask.common.AtTaskException
_code, _errorIndex, _msgKey, _titleKey, _values
 
Constructor Summary
InvalidWrapperClassException(java.lang.Class cls)
           
InvalidWrapperClassException(java.lang.Class cls, java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class com.attask.common.AtTaskException
getCode, getErrorIndex, getMessage, getMsgKey, getStackTraceAsString, getTitle, getTitleKey, getValues, printStackTrace, setCode, setErrorIndex, setMsgKey, setTitleKey, setValues, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidWrapperClassException

public InvalidWrapperClassException(java.lang.Class cls)

InvalidWrapperClassException

public InvalidWrapperClassException(java.lang.Class cls,
                                    java.lang.String msg)


Copyright © 2006-2009 AtTask, Inc. All Rights Reserved.