net.sf.jett.exception
Class StyleParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jett.exception.ParseException
                  extended by net.sf.jett.exception.StyleParseException
All Implemented Interfaces:
java.io.Serializable

public class StyleParseException
extends ParseException

A StyleParseException occurs when there is an error parsing CSS text.

Since:
0.5.0
Author:
Randy Gettman
See Also:
Serialized Form

Constructor Summary
StyleParseException()
          Create a StyleParseException.
StyleParseException(java.lang.String message)
          Create a StyleParseException with the given message.
StyleParseException(java.lang.String message, java.lang.Throwable cause)
          Create a StyleParseException with the given message.
StyleParseException(java.lang.Throwable cause)
          Create a StyleParseException.
 
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

StyleParseException

public StyleParseException()
Create a StyleParseException.


StyleParseException

public StyleParseException(java.lang.String message)
Create a StyleParseException with the given message.

Parameters:
message - The message.

StyleParseException

public StyleParseException(java.lang.Throwable cause)
Create a StyleParseException.

Parameters:
cause - The cause.

StyleParseException

public StyleParseException(java.lang.String message,
                           java.lang.Throwable cause)
Create a StyleParseException with the given message.

Parameters:
message - The message.
cause - The cause.


Copyright © 2012-2013 Jett Team. All Rights Reserved.