net.ponder2.exception
Class Ponder2Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ponder2.exception.Ponder2Exception
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Ponder2ArgumentException, Ponder2AuthorizationException, Ponder2OperationException
public abstract class Ponder2Exception
- extends java.lang.Exception
TODO Description
- Version:
- $Id:$
- Author:
- Kevin Twidle
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Ponder2Exception
public Ponder2Exception(java.lang.String message)
- Parameters:
message
-
addXML
public void addXML(com.twicom.qdparser.TaggedElement xml)
addSource
public void addSource(java.lang.String source)
getSource
public java.lang.String getSource()
getLine
public java.lang.String getLine()
getLineInfo
public java.lang.String getLineInfo()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
Copyright © 2008 Imperial College. All Rights Reserved.