|
||||||||||
| 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.ge.grc.acuity.AcuityException
This class provides an Exception class specific to the AcuityController
| Constructor Summary | |
AcuityException()
|
|
AcuityException(java.lang.String regMsg)
Construct an Exception with a single String error message |
|
AcuityException(java.lang.String regMsg,
java.lang.String _msgKey,
java.lang.Object _userFriendlyMsgValues)
Construct an Exception with a regular developer-targeted String error message and a key for looking up a user-friendly error message. |
|
AcuityException(java.lang.String regMsg,
java.lang.Throwable e)
Construct an Exception from both a String error message and a Throwable object |
|
AcuityException(java.lang.String regMsg,
java.lang.Throwable e,
java.lang.String _msgKey,
java.lang.Object _userFriendlyMsgValues)
Construct an Exception with a regular developer-targeted String error message and a key for looking up a user-friendly error message. |
|
AcuityException(java.lang.Throwable e)
Construct an Exception from a Throwable object |
|
| Method Summary | |
java.lang.String |
getUserFriendlyMessage()
Call this method to get the user-friendly message associated with an instance of AcuityException. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 AcuityException()
public AcuityException(java.lang.String regMsg)
regMsg - public AcuityException(java.lang.Throwable e)
e -
public AcuityException(java.lang.String regMsg,
java.lang.Throwable e)
regMsg - e -
public AcuityException(java.lang.String regMsg,
java.lang.String _msgKey,
java.lang.Object _userFriendlyMsgValues)
regMsg - - the regular developer-targeted error message_msgKey - - the unique key identifying the user-friendly message to be looked up in a resource file_userFriendlyMsgValues - - a single value or a List of values to be used to replace placeholders in the user-friendly message
public AcuityException(java.lang.String regMsg,
java.lang.Throwable e,
java.lang.String _msgKey,
java.lang.Object _userFriendlyMsgValues)
regMsg - - the regular developer-targeted error messagee - - a Throwable object_msgKey - - the unique key identifying the user-friendly message to be looked up in a resource file_userFriendlyMsgValues - - a single value or a List of values to be used to replace placeholders in the user-friendly message| Method Detail |
public java.lang.String getUserFriendlyMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||