org.d2rq.db.schema
Class Identifier.IdentifierParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.d2rq.db.schema.Identifier.IdentifierParseException
All Implemented Interfaces:
Serializable
Enclosing class:
Identifier

public static class Identifier.IdentifierParseException
extends Exception

See Also:
Serialized Form

Constructor Summary
Identifier.IdentifierParseException(Identifier.ViolationType errorType, String errorMessage)
           
 
Method Summary
 Identifier.ViolationType getViolationType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Identifier.IdentifierParseException

public Identifier.IdentifierParseException(Identifier.ViolationType errorType,
                                           String errorMessage)
Method Detail

getViolationType

public Identifier.ViolationType getViolationType()