TopoWeb Commons API

org.topoweb.net
Class OriSyntaxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--org.topoweb.net.OriSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class OriSyntaxException
extends java.lang.IllegalArgumentException

Represents a syntax error in the string representation of an ORI.

Author:
Babak Farhang
See Also:
Ori, Serialized Form

Constructor Summary
OriSyntaxException()
          Creates a new instance with no detail message.
OriSyntaxException(java.lang.String msg)
          Creates a new instance with the given detail message.
 
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

OriSyntaxException

public OriSyntaxException()
Creates a new instance with no detail message.


OriSyntaxException

public OriSyntaxException(java.lang.String msg)
Creates a new instance with the given detail message.

Parameters:
msg - the exception's detail message

TopoWeb Commons API

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.