|
||||||||||
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.peace_tools.data.LowMemoryException
public class LowMemoryException
A simple exception to report a low memory condition. This exception class provides a more pertinent exception to report the condition where the JVM is low on memory and the user has chosen not to proceed further with a file open operation.
Field Summary | |
---|---|
private static long |
serialVersionUID
A generated serialization UID to keep compiler happy. |
Constructor Summary | |
---|---|
LowMemoryException()
The default constructor. |
|
LowMemoryException(java.lang.String message)
Constructor to create an exception with the given message. |
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 |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public LowMemoryException()
Throwable.initCause(Throwable)
.
public LowMemoryException(java.lang.String message)
message
- The message to be set for this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |