org.apache.abdera.parser.stax
Class FOMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.abdera.parser.ParseException
                  extended by org.apache.abdera.parser.stax.FOMException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FOMUnsupportedContentTypeException, FOMUnsupportedTextTypeException

public class FOMException
extends ParseException

See Also:
Serialized Form

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

FOMException

public FOMException()

FOMException

public FOMException(String message)

FOMException

public FOMException(String message,
                    Throwable cause)

FOMException

public FOMException(Throwable cause)


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.