org.sandev.TaskHeap.HeapCalculator
Class HeapCalculatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sandev.basics.structs.SandException
org.sandev.TaskHeap.HeapCalculator.HeapCalculatorException
- All Implemented Interfaces:
- java.io.Serializable
public class HeapCalculatorException
- extends org.sandev.basics.structs.SandException
An exception for heap calculation problems
- See Also:
- Serialized Form
| Methods inherited from class org.sandev.basics.structs.SandException |
getRootCause |
| 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 |
HeapCalculatorException
public HeapCalculatorException()
HeapCalculatorException
public HeapCalculatorException(java.lang.String msg)
HeapCalculatorException
public HeapCalculatorException(java.lang.String msg,
java.lang.Throwable cause)
HeapCalculatorException
public HeapCalculatorException(java.lang.Throwable cause)