org.mycore.parsers.bool
Class MCRParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mycore.common.MCRException
                  extended by org.mycore.parsers.bool.MCRParseException
All Implemented Interfaces:
Serializable

public class MCRParseException
extends MCRException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mycore.common.MCRException
exception
 
Constructor Summary
MCRParseException(String text)
           
 
Method Summary
 
Methods inherited from class org.mycore.common.MCRException
getException, getStackTraceAsString, getStackTraceAsString, 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

MCRParseException

public MCRParseException(String text)