org.apache.commons.lang
Class UnhandledException
- Nestable
public class UnhandledException
Thrown when it is impossible or undesirable to consume
or throw a checked exception.
Version:
- Matthew Hawthorne
- 2.0
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
UnhandledException
public UnhandledException(String message,
Throwable cause) Constructs the exception using a message and cause.
message - the message to usecause - the underlying cause
UnhandledException
public UnhandledException(Throwable cause)
Constructs the exception using a cause.
cause - the underlying cause
Copyright © 2001-2003 - Apache Software Foundation