opale.m2d
Class OIJException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--opale.m2d.OIJException
All Implemented Interfaces:
java.io.Serializable

public class OIJException
extends java.lang.Exception

Classe d'exception pour le traitement d'erreur de construction d'un repere OIJ.

Since:
Opale-2d 0.1
See Also:
Serialized Form

Constructor Summary
OIJException()
           
OIJException(java.lang.String str)
           
 
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

OIJException

public OIJException()

OIJException

public OIJException(java.lang.String str)