Package com.priint.pubserver.exception
Class XMLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.priint.pubserver.exception.PubServerException
-
- com.priint.pubserver.exception.XMLException
-
- All Implemented Interfaces:
java.io.Serializable
public class XMLException extends PubServerException
The type Xml exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLException(java.lang.String message, java.lang.Throwable cause, int errorCode, java.lang.Object caller)Instantiates a new Xml exception.XMLException(java.lang.Throwable cause)Instantiates a new Xml exception.XMLException(java.lang.Throwable cause, int lineNumber, int colNumber)Instantiates a new Xml exception.
-
Method Summary
-
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStack
-
-
-
-
Constructor Detail
-
XMLException
public XMLException(java.lang.String message, java.lang.Throwable cause, int errorCode, java.lang.Object caller)Instantiates a new Xml exception.- Parameters:
message- the messagecause- the causeerrorCode- the error codecaller- the caller
-
XMLException
public XMLException(java.lang.Throwable cause, int lineNumber, int colNumber)Instantiates a new Xml exception.- Parameters:
cause- the causelineNumber- the line numbercolNumber- the col number
-
XMLException
public XMLException(java.lang.Throwable cause)
Instantiates a new Xml exception.- Parameters:
cause- the cause
-
-