public class XSerializerRuntimeException
extends java.lang.RuntimeException
Title: Object Mediation Framework
Description: An error object that holds runtime XML Serializer
exceptions.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Constructor and Description |
---|
XSerializerRuntimeException() |
XSerializerRuntimeException(java.lang.String message) |
XSerializerRuntimeException(java.lang.String message,
java.lang.Throwable exception) |
XSerializerRuntimeException(java.lang.Throwable exception) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDebugInfo() |
java.lang.String |
getElementPath() |
java.lang.String |
getLineNumber() |
java.lang.Object |
getObject() |
SemanticType |
getSemanticType() |
void |
setElementPath(java.lang.String path) |
void |
setLineNumber(java.lang.String line) |
void |
setObject(java.lang.Object object) |
void |
setSemanticType(SemanticType stype) |
public XSerializerRuntimeException()
public XSerializerRuntimeException(java.lang.String message)
public XSerializerRuntimeException(java.lang.Throwable exception)
public XSerializerRuntimeException(java.lang.String message, java.lang.Throwable exception)
public java.lang.String getElementPath()
public void setElementPath(java.lang.String path)
public java.lang.String getLineNumber()
public void setLineNumber(java.lang.String line)
public SemanticType getSemanticType()
public void setSemanticType(SemanticType stype)
public java.lang.Object getObject()
public void setObject(java.lang.Object object)
public java.lang.String getDebugInfo()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.