public class ReferencePathException
extends java.lang.Exception
Title: Framework Support Library
Description: Defienas an exception thrown by ReferencePathManager
operations.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_CODE_FIELD_NOT_FOUND |
Constructor and Description |
---|
ReferencePathException() |
ReferencePathException(java.lang.String message) |
ReferencePathException(java.lang.String message,
int errorCode) |
ReferencePathException(java.lang.String message,
java.lang.Throwable exception) |
ReferencePathException(java.lang.Throwable exception) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
java.lang.String |
toString() |
public ReferencePathException()
public ReferencePathException(java.lang.String message)
public ReferencePathException(java.lang.String message, int errorCode)
public ReferencePathException(java.lang.Throwable exception)
public ReferencePathException(java.lang.String message, java.lang.Throwable exception)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.