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:
- Serializable
- Direct Known Subclasses:
- AlgorithmAlreadyRegisteredException, CanonicalizationException, InvalidCanonicalizerException
public class C14NException
- extends 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
baseName
public static final String baseName
- See Also:
- Constant Field Values
e
protected Exception e
msgID
protected String msgID
C14NException
public C14NException()
C14NException
public C14NException(String msgID)
C14NException
public C14NException(String msgID,
Object[] exArgs)
C14NException
public C14NException(Exception e)
C14NException
public C14NException(String msgID,
Exception e)
C14NException
public C14NException(String msgID,
Object[] exArgs,
Exception e)
getMsgID
public String getMsgID()
toString
public String toString()
- Overrides:
toString
in class Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter printwriter)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream printstream)
- Overrides:
printStackTrace
in class Throwable
getOriginalException
public Exception getOriginalException()
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.