org.enhydra.zeus.generator
Class IllegalOutputDirectoryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enhydra.zeus.ZeusException
                    |
                    +--org.enhydra.zeus.generator.IllegalOutputDirectoryException
All Implemented Interfaces:
java.io.Serializable

public class IllegalOutputDirectoryException
extends ZeusException

IllegalOutputDirectoryException is an extension of ZeusException that provides information about an illegal directory specification.

Author:
Brett McLaughlin
See Also:
Serialized Form

Fields inherited from class org.enhydra.zeus.ZeusException
cause
 
Constructor Summary
IllegalOutputDirectoryException()
           This indicates that an invalid output directory was supplied.
IllegalOutputDirectoryException(java.lang.String directoryName)
           This indicates that an invalid output directory was supplied.
 
Methods inherited from class org.enhydra.zeus.ZeusException
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalOutputDirectoryException

public IllegalOutputDirectoryException()

This indicates that an invalid output directory was supplied.


IllegalOutputDirectoryException

public IllegalOutputDirectoryException(java.lang.String directoryName)

This indicates that an invalid output directory was supplied.

Parameters:
directoryName - the path of the directory supplied.


Copyright © 2001 Enhydra. All Rights Reserved.