org.barracudamvc.core.event
Class InvalidClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.barracudamvc.plankton.exceptions.NestableException
org.barracudamvc.core.event.EventException
org.barracudamvc.core.event.InvalidClassException
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidClassException
public InvalidClassException()
- The noargs public contructor for InvalidClassException
InvalidClassException
public InvalidClassException(String s)
- The public contructor for InvalidClassException
- Parameters:
s
- a String describing the exception
InvalidClassException
public InvalidClassException(String s,
Exception ibaseException)
- The public contructor for InvalidClassException
- Parameters:
s
- a String describing the exceptionibaseException
- the original exception to wrap within this exception
Copyright © 2006 BarracudaMVC.org All Rights Reserved.