org.enhydra.barracuda.core.event
Class InvalidClassException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enhydra.barracuda.core.util.exceptions.NestableException
                    |
                    +--org.enhydra.barracuda.core.event.EventException
                          |
                          +--org.enhydra.barracuda.core.event.InvalidClassException
All Implemented Interfaces:
java.io.Serializable

public class InvalidClassException
extends EventException

This class defines a InvalidClassException...it typically gets thrown when a Class is referenced that does not implement the type expected (ie. BaseEvent, EventDispatcher)

See Also:
Serialized Form

Constructor Summary
InvalidClassException()
          The noargs public contructor for InvalidClassException
InvalidClassException(java.lang.String s)
          The public contructor for InvalidClassException
InvalidClassException(java.lang.String s, java.lang.Exception ibaseException)
          The public contructor for InvalidClassException
 
Methods inherited from class org.enhydra.barracuda.core.util.exceptions.NestableException
getBaseException, getRootException
 
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

InvalidClassException

public InvalidClassException()
The noargs public contructor for InvalidClassException


InvalidClassException

public InvalidClassException(java.lang.String s)
The public contructor for InvalidClassException

Parameters:
s - a String describing the exception

InvalidClassException

public InvalidClassException(java.lang.String s,
                             java.lang.Exception ibaseException)
The public contructor for InvalidClassException

Parameters:
s - a String describing the exception


Copyright © 2001 Enhydra.org