Package com.googlecode.javaewah32
Class NonEmptyVirtualStorage32.NonEmptyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.googlecode.javaewah32.NonEmptyVirtualStorage32.NonEmptyException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NonEmptyVirtualStorage32
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDo not fill in the stack trace for this exception for performance reasons.Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NonEmptyException
NonEmptyException()
-
-
Method Details
-
fillInStackTrace
Do not fill in the stack trace for this exception for performance reasons.- Overrides:
fillInStackTrace
in classThrowable
- Returns:
- this instance
- See Also:
-