Package ej.sp
Class EmptyBlockException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ej.sp.EmptyBlockException
-
- All Implemented Interfaces:
Serializable
public class EmptyBlockException extends Exception
Thrown by methods inShieldedPlugclass to indicate that no data is available in a block.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyBlockException()Builds a new EmptyBlockException with null as its error message string.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
-
-