xelem.3.0

nl.fountain.xelem
Class UnsupportedStyleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.fountain.xelem.UnsupportedStyleException
All Implemented Interfaces:
Serializable

public class UnsupportedStyleException
extends Exception

Indicates that a certain Style was not found.

See Also:
Serialized Form

Constructor Summary
UnsupportedStyleException(String message)
           
 
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

UnsupportedStyleException

public UnsupportedStyleException(String message)

xelem.3.0