@NotStorableClass public class HeapException extends Exception
Constructor and Description |
---|
HeapException() |
HeapException(EnumFileState fileState) |
HeapException(String message) |
HeapException(String message,
EnumFileState fileState) |
HeapException(String message,
Throwable cause) |
HeapException(String message,
Throwable cause,
EnumFileState fileState) |
HeapException(Throwable cause) |
HeapException(Throwable cause,
EnumFileState fileState) |
Modifier and Type | Method and Description |
---|---|
EnumFileState |
getFileState() |
boolean |
isDataCorruped() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HeapException()
public HeapException(String message)
public HeapException(Throwable cause)
public HeapException(EnumFileState fileState)
public HeapException(String message, Throwable cause, EnumFileState fileState)
public HeapException(String message, EnumFileState fileState)
public HeapException(Throwable cause, EnumFileState fileState)
public EnumFileState getFileState()
public boolean isDataCorruped()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.