org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer
Class UnrecognizedElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.reporting.libraries.base.util.StackableException
              extended by org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleWriterException
                  extended by org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.UnrecognizedElementException
All Implemented Interfaces:
Serializable

public class UnrecognizedElementException
extends BundleWriterException

Todo: Document Me

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
UnrecognizedElementException()
          Creates a StackableRuntimeException with no message and no parent.
UnrecognizedElementException(String message)
          Creates an exception.
UnrecognizedElementException(String message, Exception ex)
          Creates an exception.
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnrecognizedElementException

public UnrecognizedElementException()
Creates a StackableRuntimeException with no message and no parent.


UnrecognizedElementException

public UnrecognizedElementException(String message,
                                    Exception ex)
Creates an exception.

Parameters:
message - the exception message.
ex - the parent exception.

UnrecognizedElementException

public UnrecognizedElementException(String message)
Creates an exception.

Parameters:
message - the exception message.