com.reverseXSL.transform
Class TransformerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.reverseXSL.exception.FormattedException
              extended by com.reverseXSL.transform.TransformerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TransformerException.DuplicateMappingSelectionKey, TransformerException.InvalidRegexSyntax, TransformerException.MappingSelectionFailure, TransformerException.MappingSelectionFailure_MsgSubset, TransformerException.OverloadedMappingSelectionAttribute, TransformerException.UnexpectedMappingSelectionLine

public class TransformerException
extends FormattedException

Multilingual Transformer & TransformerFactory error messages. See com.reverseXSL.exception.messages.properties for the default english-language messages.

See Also:
Serialized Form

Nested Class Summary
static class TransformerException.DuplicateMappingSelectionKey
          R001 Duplicate Pattern Keys in Mapping Selection Table!
static class TransformerException.InvalidRegexSyntax
          R004 Invalid regex [{0}] at line [{1}]!
static class TransformerException.MappingSelectionFailure
          R005 Failed to match this message [{0}... full range ...{1}] against any mapping selection regex from [{2}]!
static class TransformerException.MappingSelectionFailure_MsgSubset
          R006 Failed to match this message [{0}... first {3} bytes subset ...{1}] against any mapping selection regex from [{2}]!
static class TransformerException.OverloadedMappingSelectionAttribute
          R003 Overloading attribute in Mapping Selection Table!
static class TransformerException.UnexpectedMappingSelectionLine
          R002 Unexpected data in Mapping Selection Table at line [{0}]:[{1}]!
 
Method Summary
 
Methods inherited from class com.reverseXSL.exception.FormattedException
getCause, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait