Class BinaryPersistenceExceptionStateArrayLength
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.serializer.exceptions.BaseException
-
- org.eclipse.serializer.persistence.exceptions.PersistenceException
-
- org.eclipse.serializer.persistence.binary.exceptions.BinaryPersistenceException
-
- org.eclipse.serializer.persistence.binary.exceptions.BinaryPersistenceExceptionState
-
- org.eclipse.serializer.persistence.binary.exceptions.BinaryPersistenceExceptionStateArray
-
- org.eclipse.serializer.persistence.binary.exceptions.BinaryPersistenceExceptionStateArrayLength
-
- All Implemented Interfaces:
Serializable
public class BinaryPersistenceExceptionStateArrayLength extends BinaryPersistenceExceptionStateArray
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryPersistenceExceptionStateArrayLength(Object[] actualArray, int passedLength)
BinaryPersistenceExceptionStateArrayLength(Object[] actualArray, int passedLength, String message)
BinaryPersistenceExceptionStateArrayLength(Object[] actualArray, int passedLength, String message, Throwable cause)
BinaryPersistenceExceptionStateArrayLength(Object[] actualArray, int passedLength, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
BinaryPersistenceExceptionStateArrayLength(Object[] actualArray, int passedLength, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]
getActualArray()
String
getMessage()
int
getPassedLength()
-
Methods inherited from class org.eclipse.serializer.exceptions.BaseException
assembleDetailString, assembleExplicitMessageAddon, assembleOutputString, message
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BinaryPersistenceExceptionStateArrayLength
public BinaryPersistenceExceptionStateArrayLength(Object[] actualArray, int passedLength)
-
BinaryPersistenceExceptionStateArrayLength
public BinaryPersistenceExceptionStateArrayLength(Object[] actualArray, int passedLength, String message)
-
BinaryPersistenceExceptionStateArrayLength
public BinaryPersistenceExceptionStateArrayLength(Object[] actualArray, int passedLength, Throwable cause)
-
BinaryPersistenceExceptionStateArrayLength
public BinaryPersistenceExceptionStateArrayLength(Object[] actualArray, int passedLength, String message, Throwable cause)
-
-