org.apache.axiom.c14n.exceptions
Class C14NException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.axiom.c14n.exceptions.C14NException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AlgorithmAlreadyRegisteredException, CanonicalizationException, InvalidCanonicalizerException
public class C14NException
- extends java.lang.Exception
class C14NException is the base class of all the exception classes
used in org.apache.axiom.c14n
- Author:
- Saliya Ekanayake (esaliya@gmail.com)
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
baseName
|
protected java.lang.Exception |
e
|
protected java.lang.String |
msgID
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
baseName
public static final java.lang.String baseName
- See Also:
- Constant Field Values
e
protected java.lang.Exception e
msgID
protected java.lang.String msgID
C14NException
public C14NException()
C14NException
public C14NException(java.lang.String msgID)
C14NException
public C14NException(java.lang.String msgID,
java.lang.Object[] exArgs)
C14NException
public C14NException(java.lang.Exception e)
C14NException
public C14NException(java.lang.String msgID,
java.lang.Exception e)
C14NException
public C14NException(java.lang.String msgID,
java.lang.Object[] exArgs,
java.lang.Exception e)
getMsgID
public java.lang.String getMsgID()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter printwriter)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream printstream)
- Overrides:
printStackTrace
in class java.lang.Throwable
getOriginalException
public java.lang.Exception getOriginalException()
Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.