Package com.io7m.cedarbridge.runtime.api
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 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CBSerializationException
Create an exception.- Parameters:
message- The error messageinByteOffset- The byte offset where the error occurredinPath- The access path where the error occurred
-
CBSerializationException
Create an exception.- Parameters:
message- The error messagecause- The causeinByteOffset- The byte offset where the error occurredinPath- The access path where the error occurred
-
CBSerializationException
Create an exception.- Parameters:
cause- The causeinByteOffset- The byte offset where the error occurredinPath- The access path where the error occurred
-
-
Method Details
-
byteOffset
public final long byteOffset()- Returns:
- The byte offset
-
path
- Returns:
- The access path
-