Serialized Form


Package de.fuberlin.wiwiss.ng4j.swp.exceptions

Class de.fuberlin.wiwiss.ng4j.swp.exceptions.CertificateValidationException extends GeneralSecurityException implements Serializable

serialVersionUID: -8951045378696879228L

Class de.fuberlin.wiwiss.ng4j.swp.exceptions.RDFSignatureException extends Exception implements Serializable

serialVersionUID: 3257001042850755893L

Class de.fuberlin.wiwiss.ng4j.swp.exceptions.SWPAlgorithmNotSupportedException extends Exception implements Serializable

serialVersionUID: 3257844368319853876L

Class de.fuberlin.wiwiss.ng4j.swp.exceptions.SWPBadDigestException extends Exception implements Serializable

serialVersionUID: 9080351787634764125L

Class de.fuberlin.wiwiss.ng4j.swp.exceptions.SWPBadSignatureException extends Exception implements Serializable

serialVersionUID: 9080351787634764125L

Class de.fuberlin.wiwiss.ng4j.swp.exceptions.SWPCertificateException extends CertificateException implements Serializable

serialVersionUID: 9080351787634764125L

Class de.fuberlin.wiwiss.ng4j.swp.exceptions.SWPCertificateValidationException extends GeneralSecurityException implements Serializable

serialVersionUID: -8951045378696879228L

Class de.fuberlin.wiwiss.ng4j.swp.exceptions.SWPInvalidKeyException extends InvalidKeyException implements Serializable

serialVersionUID: 1L

Class de.fuberlin.wiwiss.ng4j.swp.exceptions.SWPMissingAuthorityPropertyException extends Exception implements Serializable

serialVersionUID: 9080351787634764125L

Class de.fuberlin.wiwiss.ng4j.swp.exceptions.SWPNoSuchAlgorithmException extends Exception implements Serializable

serialVersionUID: 5205680685788788514L

Class de.fuberlin.wiwiss.ng4j.swp.exceptions.SWPNoSuchDigestMethodException extends Exception implements Serializable

serialVersionUID: -2146837118222465355L

Class de.fuberlin.wiwiss.ng4j.swp.exceptions.SWPPKCS12Exception extends Exception implements Serializable

serialVersionUID: -6287938737185449614L

Class de.fuberlin.wiwiss.ng4j.swp.exceptions.SWPSignatureException extends SignatureException implements Serializable

serialVersionUID: -2917094907936050392L

Class de.fuberlin.wiwiss.ng4j.swp.exceptions.SWPValidationException extends Exception implements Serializable

serialVersionUID: -7011402093665674187L


Package de.fuberlin.wiwiss.ng4j.trig

Class de.fuberlin.wiwiss.ng4j.trig.TriGException extends SyntaxError implements Serializable


Package de.fuberlin.wiwiss.ng4j.triql.parser

Class de.fuberlin.wiwiss.ng4j.triql.parser.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class de.fuberlin.wiwiss.ng4j.triql.parser.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.