|
||||||||||
| 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
net.sourceforge.scopes.ScopesRuntimeException
public class ScopesRuntimeException
Generic base unchecked exception for all Scopes package.
| Constructor Summary | |
|---|---|
ScopesRuntimeException()
Default constructor. |
|
ScopesRuntimeException(java.lang.String message)
Constructor. |
|
ScopesRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Constructor. |
|
ScopesRuntimeException(java.lang.Throwable cause)
Constructor. |
|
| Method Summary |
|---|
| 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 ScopesRuntimeException()
public ScopesRuntimeException(java.lang.String message,
java.lang.Throwable cause)
message - The message to show.cause - The cause.public ScopesRuntimeException(java.lang.String message)
message - The message to show.public ScopesRuntimeException(java.lang.Throwable cause)
cause - The cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||