|
||||||||||
| 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.sca4j.host.SCA4JRuntimeException
public abstract class SCA4JRuntimeException
The root unchecked exception for the sca4j runtime.
| Constructor Summary | |
|---|---|
|
SCA4JRuntimeException()
Override constructor from RuntimeException. |
|
SCA4JRuntimeException(java.lang.String message)
Override constructor from RuntimeException. |
protected |
SCA4JRuntimeException(java.lang.String message,
java.lang.String identifier)
Override constructor from Exception. |
protected |
SCA4JRuntimeException(java.lang.String message,
java.lang.String identifier,
java.lang.Throwable cause)
Override constructor from Exception. |
|
SCA4JRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Override constructor from RuntimeException. |
|
SCA4JRuntimeException(java.lang.Throwable cause)
Override constructor from RuntimeException. |
| Method Summary | |
|---|---|
java.lang.String |
getIdentifier()
Returns a string representing additional error information referred to in the error message. |
| 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 SCA4JRuntimeException()
RuntimeExceptionpublic SCA4JRuntimeException(java.lang.String message)
message - passed to RuntimeExceptionRuntimeException
protected SCA4JRuntimeException(java.lang.String message,
java.lang.String identifier)
message - passed to Exceptionidentifier - additional error information referred to in the error messageException
public SCA4JRuntimeException(java.lang.String message,
java.lang.Throwable cause)
message - passed to RuntimeExceptioncause - passed to RuntimeExceptionRuntimeException
protected SCA4JRuntimeException(java.lang.String message,
java.lang.String identifier,
java.lang.Throwable cause)
message - passed to Exceptionidentifier - additional error information referred to in the error messagecause - passed to RuntimeExceptionExceptionpublic SCA4JRuntimeException(java.lang.Throwable cause)
cause - passed to RuntimeExceptionRuntimeException| Method Detail |
|---|
public java.lang.String getIdentifier()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||