de.nava.informa.core
Class UnsupportedFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.nava.informa.core.ParseException
              extended by de.nava.informa.core.UnsupportedFormatException
All Implemented Interfaces:
Serializable

public class UnsupportedFormatException
extends ParseException

An exception thrown when no appropiate parser is available for a specific document instance.

Author:
Niko Schmuck (niko@nava.de)
See Also:
Serialized Form

Constructor Summary
UnsupportedFormatException()
           
UnsupportedFormatException(String message)
           
UnsupportedFormatException(Throwable cause)
           
 
Method Summary
 
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

UnsupportedFormatException

public UnsupportedFormatException()

UnsupportedFormatException

public UnsupportedFormatException(String message)

UnsupportedFormatException

public UnsupportedFormatException(Throwable cause)


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.