BulkLoader.ShowUsageException Class

com.bea.content.loader.bulk
BulkLoader.ShowUsageException Class

public static class BulkLoader.ShowUsageException

    extends IllegalArgumentException

Quick inner exception thrown on parseArgs() to say we should just print a usage report.


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        IllegalArgumentException
          BulkLoader.ShowUsageException
All Implemented Interfaces

Serializable
Enclosing class

BulkLoader

Constructor Summary

BulkLoader.ShowUsageException()

 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

BulkLoader.ShowUsageException

public BulkLoader.ShowUsageException()