Class CBSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.io7m.cedarbridge.runtime.api.CBSerializationException
- All Implemented Interfaces:
Serializable
The type of serialization exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCBSerializationException(String message, long inByteOffset, String inPath) Create an exception.CBSerializationException(String message, Throwable cause, long inByteOffset, String inPath) Create an exception.CBSerializationException(Throwable cause, long inByteOffset, String inPath) Create an exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CBSerializationException
-
CBSerializationException
-
CBSerializationException
-
-
Method Details
-
byteOffset
public final long byteOffset()- Returns:
- The byte offset
-
path
- Returns:
- The access path
-