org.apache.batik.bridge
Class MissingAttributeException

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

public class MissingAttributeException
extends BridgeException

Thrown when a required attribute is missing on a specific Element.

See Also:
Serialized Form

Fields inherited from class org.apache.batik.bridge.BridgeException
node
 
Constructor Summary
MissingAttributeException(java.lang.String msg)
          Constructs a new MissingAttributeException.
MissingAttributeException(java.lang.String msg, GraphicsNode node)
          Constructs a new MissingAttributeException.
 
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

MissingAttributeException

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

MissingAttributeException

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


Copyright © 2000 Apache Software Foundation. All Rights Reserved.