lu.cs.co.graph
Class StructureViolationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--lu.cs.co.graph.StructureViolationException

public class StructureViolationException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
StructureViolationException()
          Constructs a StructureViolationException with no detail message.
StructureViolationException(String s)
          Constructs a StructureViolationException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StructureViolationException

public StructureViolationException()
Constructs a StructureViolationException with no detail message.

StructureViolationException

public StructureViolationException(String s)
Constructs a StructureViolationException with the specified detail message.
Parameters:
s - the detail message.