net.sf.cssbean
Class ValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.cssbean.ValueException
All Implemented Interfaces:
java.io.Serializable

public class ValueException
extends java.lang.RuntimeException

Author:
Mike Heath
See Also:
Serialized Form

Constructor Summary
ValueException()
           
ValueException(java.lang.String message)
           
ValueException(java.lang.String message, java.lang.Throwable cause)
           
ValueException(java.lang.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

ValueException

public ValueException()

ValueException

public ValueException(java.lang.String message)

ValueException

public ValueException(java.lang.String message,
                      java.lang.Throwable cause)

ValueException

public ValueException(java.lang.Throwable cause)


Copyright © 2005 Mike Heath. All Rights Reserved.