org.umber.bellows.loader
Class BellowsParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.umber.core.UmberException
              extended byorg.umber.bellows.BellowsException
                  extended byorg.umber.bellows.loader.BellowsParseException
All Implemented Interfaces:
java.io.Serializable

public class BellowsParseException
extends BellowsException

Exception to express XML parsing (SAX) errors while reading or writing XML.

Author:
jsheets
See Also:
Serialized Form

Constructor Summary
BellowsParseException(java.lang.String message)
           
BellowsParseException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class org.umber.core.UmberException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BellowsParseException

public BellowsParseException(java.lang.String message)

BellowsParseException

public BellowsParseException(java.lang.String message,
                             java.lang.Throwable cause)