|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.chorem.jtimer.ui.system.UnsupportedSystemInfoException
public class UnsupportedSystemInfoException
Exception thrown when system info is not available.
| Constructor Summary | |
|---|---|
UnsupportedSystemInfoException()
Constructor. |
|
UnsupportedSystemInfoException(String message)
Constructor. |
|
UnsupportedSystemInfoException(String message,
Throwable cause)
Constructor. |
|
UnsupportedSystemInfoException(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 UnsupportedSystemInfoException()
public UnsupportedSystemInfoException(String message,
Throwable cause)
message - messagecause - causepublic UnsupportedSystemInfoException(String message)
message - messagepublic UnsupportedSystemInfoException(Throwable cause)
cause - cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||