|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
public abstract class AbstractCheckedException
Parent class of all checked exceptions created in the java API.
Constructor Summary | |
---|---|
AbstractCheckedException(String message)
Construct an AbstractCheckedException with the specified detail message. |
|
AbstractCheckedException(String message,
Throwable cause)
Construct an AbstractCheckedException with the specified detail message and nested exception. |
Method Summary | |
---|---|
String |
getLocalizedMessage()
|
String |
getMessage()
Return the detail message, including the message from the nested exception if there is one. |
Throwable |
getRootCause()
Retrieve the innermost cause of this exception, if any. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, 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 AbstractCheckedException(String message)
AbstractCheckedException
with the specified detail message.
message
- the detail messagepublic AbstractCheckedException(String message, Throwable cause)
AbstractCheckedException
with the specified detail message and nested exception.
message
- the detail messagecause
- the nested exceptionMethod Detail |
---|
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
public String getMessage()
getMessage
in class Throwable
public Throwable getRootCause()
null
if none
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |