org.nhindirect.xd.routing.exception
Class ResolverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nhindirect.xd.routing.exception.ResolverException
- All Implemented Interfaces:
- Serializable
public class ResolverException
- extends Exception
Generic exception to be thrown from routing resolver classes.
- Author:
- beau
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResolverException
public ResolverException(String message,
Throwable throwable)
- Construct an exception.
- Parameters:
message - The exception message.throwable - The throwable causing the exception.
Copyright © 2010-2011. All Rights Reserved.