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:
Serializable
The type Xml exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXMLException(String message, Throwable cause, int errorCode, Object caller) Instantiates a new Xml exception.XMLException(Throwable cause) Instantiates a new Xml exception.XMLException(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, retrieveErrorsStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XMLException
Instantiates a new Xml exception.- Parameters:
message- the messagecause- the causeerrorCode- the error codecaller- the caller
-
XMLException
Instantiates a new Xml exception.- Parameters:
cause- the causelineNumber- the line numbercolNumber- the col number
-
XMLException
Instantiates a new Xml exception.- Parameters:
cause- the cause
-