File
Doc
Category
Size
Date
Package
FormatterIndentOverRMarginException.java
API Doc
Example
727
Tue Dec 08 01:21:00 GMT 1998
oisoft.togetherx.scripts.tools
FormatterIndentOverRMarginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
public class FormatterIndentOverRMarginException extends IllegalArgumentException
Fields Summary
Constructors Summary
public FormatterIndentOverRMarginException
()
super ();
public FormatterIndentOverRMarginException
(
String
message)
super (message);
public FormatterIndentOverRMarginException
(
int
indent,
int
wrap)
super ("Indent ["+ indent + "] great than wrap [" + wrap + "] value");
Methods Summary
Java Code Source