net.sourceforge.czt.parser.util
Class MarkupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.czt.parser.util.MarkupException
All Implemented Interfaces:
java.io.Serializable

public class MarkupException
extends java.lang.Exception

This exception can be thrown by a markup converter.

See Also:
Serialized Form

Constructor Summary
MarkupException(MarkupDirective directive1, MarkupDirective directive2)
          Constructs a new exception with the specified detail message.
 
Method Summary
 MarkupDirective getMarkupDirective1()
           
 MarkupDirective getMarkupDirective2()
           
 
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

MarkupException

public MarkupException(MarkupDirective directive1,
                       MarkupDirective directive2)
Constructs a new exception with the specified detail message.

Method Detail

getMarkupDirective1

public MarkupDirective getMarkupDirective1()

getMarkupDirective2

public MarkupDirective getMarkupDirective2()


Copyright © 2003-2007 Community Z Tools Project. All Rights Reserved.