|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.resources.ResourcesException
public class ResourcesException
This class is a general purpose wrapper exception for problems pertaining to Resources.
| Constructor Summary | |
|---|---|
ResourcesException(String message)
Construct an Exception with the specified message. |
|
ResourcesException(String message,
Throwable rootCause)
Construct an Exception with the specified message. |
|
ResourcesException(Throwable rootCause)
Construct an Exception with the specified cause. |
|
| Method Summary | |
|---|---|
String |
getMessage()
Return the message. |
Throwable |
getRootCause()
Return the cause. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
|---|
public ResourcesException(String message)
message - The message.public ResourcesException(Throwable rootCause)
rootCause - Cause of the exception.
public ResourcesException(String message,
Throwable rootCause)
message - The message.rootCause - Cause of the exception.| Method Detail |
|---|
public String getMessage()
getMessage in class Throwablepublic Throwable getRootCause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||