|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| 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.eclipse.hyades.collection.correlation.exceptions.InsufficientBufferLengthException
public class InsufficientBufferLengthException
This exception will be thrown if a given buffer is not sufficiently long for the data to be written.
| Constructor Summary | |
|---|---|
InsufficientBufferLengthException(int requiredLength)
Creates a new exception with the required length set. |
|
| Method Summary | |
|---|---|
int |
getRequiredLength()
Returns the required length. |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InsufficientBufferLengthException(int requiredLength)
requiredLength - the length which will prevent the same exception from occurring| Method Detail |
|---|
public int getRequiredLength()
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||