com.legstar.coxb.util
Class ClassMethodException

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.ClassMethodException
All Implemented Interfaces:
Serializable

public class ClassMethodException
extends HostException

Dynamic manipulation of methods failures.

See Also:
Serialized Form

Constructor Summary
ClassMethodException(Exception e)
          Constructor from an inner exception.
ClassMethodException(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

ClassMethodException

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

Parameters:
message - the text message

ClassMethodException

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

Parameters:
e - the inner exception


Copyright © 2015 LegSem. All Rights Reserved.