com.legstar.coxb.util
Class ClassInvokeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.legstar.coxb.host.HostException
              extended by com.legstar.coxb.util.ClassInvokeException
All Implemented Interfaces:
Serializable

public class ClassInvokeException
extends HostException

Dynamic invoke of a class method failed.

See Also:
Serialized Form

Constructor Summary
ClassInvokeException(Exception e)
          Constructor from an inner exception.
ClassInvokeException(String message)
          Constructor from an error message.
 
Method Summary
 
Methods inherited from class com.legstar.coxb.host.HostException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ClassInvokeException

public ClassInvokeException(String message)
Constructor from an error message.

Parameters:
message - the text message

ClassInvokeException

public ClassInvokeException(Exception e)
Constructor from an inner exception.

Parameters:
e - the inner exception


Copyright © 2015 LegSem. All Rights Reserved.