public class C14NException extends Exception
Modifier and Type | Field and Description |
---|---|
static String |
baseName |
protected Exception |
e |
protected String |
msgID |
Constructor and Description |
---|
C14NException() |
C14NException(Exception e) |
C14NException(String msgID) |
C14NException(String msgID,
Exception e) |
C14NException(String msgID,
Object[] exArgs) |
C14NException(String msgID,
Object[] exArgs,
Exception e) |
Modifier and Type | Method and Description |
---|---|
String |
getMsgID() |
Exception |
getOriginalException() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream printstream) |
void |
printStackTrace(PrintWriter printwriter) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public static final String baseName
protected Exception e
protected String msgID
public C14NException()
public C14NException(String msgID)
public C14NException(Exception e)
public String getMsgID()
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter printwriter)
printStackTrace
in class Throwable
public void printStackTrace(PrintStream printstream)
printStackTrace
in class Throwable
public Exception getOriginalException()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.