com.legstar.coxb.util
Class ClassLoadingException

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

public class ClassLoadingException
extends HostException

Class loading exceptions.

See Also:
Serialized Form

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

ClassLoadingException

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

Parameters:
message - the text message

ClassLoadingException

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

Parameters:
e - the inner exception


Copyright © 2015 LegSem. All Rights Reserved.