org.specrunner.util.aligner
Class AlignmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.specrunner.util.aligner.AlignmentException
All Implemented Interfaces:
Serializable, IPresentation
Direct Known Subclasses:
DefaultAlignmentException

public abstract class AlignmentException
extends Exception
implements IPresentation

See Also:
Serialized Form

Field Summary
protected  IStringAligner aligner
           
 
Constructor Summary
AlignmentException(String message, IStringAligner aligner)
           
 
Method Summary
 IStringAligner getAligner()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.specrunner.util.xom.IPresentation
asNode, asString
 

Field Detail

aligner

protected IStringAligner aligner
Constructor Detail

AlignmentException

public AlignmentException(String message,
                          IStringAligner aligner)
Method Detail

getAligner

public IStringAligner getAligner()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2014. All rights reserved.