org.apache.batik.bridge
Class IllegalAttributeValueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.batik.bridge.BridgeException
                          |
                          +--org.apache.batik.bridge.IllegalAttributeValueException
All Implemented Interfaces:
java.io.Serializable

public class IllegalAttributeValueException
extends BridgeException

Thrown when an attribute has an illegal value.

See Also:
Serialized Form

Fields inherited from class org.apache.batik.bridge.BridgeException
node
 
Constructor Summary
IllegalAttributeValueException(java.lang.String msg)
          Constructs a new IllegalAttributeValueException.
IllegalAttributeValueException(java.lang.String msg, GraphicsNode node)
          Constructs a new IllegalAttributeValueException.
 
Methods inherited from class org.apache.batik.bridge.BridgeException
getGraphicsNode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalAttributeValueException

public IllegalAttributeValueException(java.lang.String msg)
Constructs a new IllegalAttributeValueException.
Parameters:
msg - the exception message

IllegalAttributeValueException

public IllegalAttributeValueException(java.lang.String msg,
                                      GraphicsNode node)
Constructs a new IllegalAttributeValueException.
Parameters:
msg - the exception message
node - the graphics node on which the error occured


Copyright © 2000 Apache Software Foundation. All Rights Reserved.